mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
chore: updates snpahosts
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
|
||||
Pest Testing Framework 3.0.0-beta-4.
|
||||
Pest Testing Framework 3.0.0-beta-4.
|
||||
|
||||
USAGE: pest <file> [options]
|
||||
|
||||
@ -8,8 +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)
|
||||
--extension [class] .. Register test runner extension with bootstrap [class]
|
||||
--no-extensions ..................... Do not register test runner 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
|
||||
@ -22,10 +22,10 @@
|
||||
SELECTION OPTIONS:
|
||||
--bail ........................... Stop execution upon first not-passed test
|
||||
--todos ........................ Output to standard output the list of todos
|
||||
--notes ......................... Output to standard output tests with notes
|
||||
--issue ........ Output to standard output tests with the given issue number
|
||||
--pr .... Output to standard output tests with the given pull request number
|
||||
--pull-request Output to standard output tests with the given pull request number (alias for --pr)
|
||||
--notes ......................... Output to standard output tests with notes
|
||||
--issue ........ Output to standard output tests with the given issue number
|
||||
--pr .... Output to standard output tests with the given pull request number
|
||||
--pull-request Output to standard output tests with the given pull request number (alias for --pr)
|
||||
--retry Run non-passing tests first and stop execution upon first error or failure
|
||||
--list-suites ................................... List available test suites
|
||||
--testsuite [name] ......... Only run tests from the specified test suite(s)
|
||||
@ -35,11 +35,11 @@
|
||||
--exclude-group [name] ........... Exclude tests from the specified group(s)
|
||||
--covers [name] ................. Only run tests that intend to cover [name]
|
||||
--uses [name] ..................... Only run tests that intend to use [name]
|
||||
--list-test-files ................................ List available test files
|
||||
--list-test-files ................................ List available test files
|
||||
--list-tests .......................................... List available tests
|
||||
--list-tests-xml [file] ................. List available tests in XML format
|
||||
--filter [pattern] ............................... Filter which tests to run
|
||||
--exclude-filter [pattern] .. Exclude tests for the specified filter pattern
|
||||
--exclude-filter [pattern] .. Exclude tests for the specified filter pattern
|
||||
--test-suffix [suffixes] Only search for test in files with specified suffix(es). Default: Test.php,.phpt
|
||||
|
||||
EXECUTION OPTIONS:
|
||||
@ -91,7 +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
|
||||
--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
|
||||
|
||||
@ -113,8 +113,8 @@
|
||||
--coverage-html [dir] Write code coverage report in HTML format to directory
|
||||
--coverage-php [file] .......... Write serialized code coverage data to file
|
||||
--coverage-text=[file] Write code coverage report in text format to file [default: standard output]
|
||||
--only-summary-for-coverage-text Option for code coverage report in text format: only show summary
|
||||
--show-uncovered-for-coverage-text Option for code coverage report in text format: show uncovered files
|
||||
--only-summary-for-coverage-text Option for code coverage report in text format: only show summary
|
||||
--show-uncovered-for-coverage-text Option for code coverage report in text format: show uncovered files
|
||||
--coverage-xml [dir] . Write code coverage report in XML format to directory
|
||||
--warm-coverage-cache ........................... Warm static analysis cache
|
||||
--coverage-filter [dir] ........... Include [dir] in code coverage reporting
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
|
||||
Pest Testing Framework 3.0.0-beta-4.
|
||||
Pest Testing Framework 3.0.0-beta-4.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user