mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Fixes tests
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user