Fixes tests

This commit is contained in:
Nuno Maduro
2024-08-03 00:13:01 +01:00
parent 33d36d77cb
commit 63ba117b33
4 changed files with 14 additions and 20 deletions

View File

@ -1,9 +1,5 @@
<<<<<<< HEAD
Pest Testing Framework 3.0.0-dev-0008.
=======
Pest Testing Framework 2.35.0.
>>>>>>> 2.x
Pest Testing Framework 3.0.0-beta-1.
USAGE: pest <file> [options]
@ -12,7 +8,8 @@
--bootstrap [file] ...... A PHP script that is included before the tests run
-c|--configuration [file] ................. Read configuration from XML file
--no-configuration ......... Ignore default configuration file (phpunit.xml)
--no-extensions ............................. Do not load PHPUnit extensions
--extension [class] .. Register test runner extension with bootstrap [class]
--no-extensions ..................... Do not register test runner extensions
--include-path [path(s)] ..... Prepend PHP's include_path with given path(s)
-d [key[=value]] ...................................... Sets a php.ini value
--cache-directory [dir] ............................ Specify cache directory
@ -94,6 +91,7 @@
--reverse-list .............................. Print defects in reverse order
--teamcity . Replace default progress and result output with TeamCity format
--testdox ................ Replace default result output with TestDox format
--testdox-summary Repeat TestDox output for tests with errors, failures, or issues
--debug Replace default progress and result output with debugging information
--compact ................ Replace default result output with Compact format

View File

@ -1,7 +1,3 @@
<<<<<<< HEAD
Pest Testing Framework 3.0.0-dev-0008.
=======
Pest Testing Framework 2.35.0.
>>>>>>> 2.x
Pest Testing Framework 3.0.0-beta-1.