mirror of
https://github.com/pestphp/pest.git
synced 2026-03-05 23:37:22 +01:00
release: 4.3.0
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
|
||||
Pest Testing Framework 4.2.0.
|
||||
Pest Testing Framework 4.3.0.
|
||||
|
||||
USAGE: pest <file> [options]
|
||||
|
||||
@ -27,6 +27,7 @@
|
||||
--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
|
||||
--dirty ...... Only run tests that have uncommitted changes according to Git
|
||||
--all .................... Ignore test selection from XML configuration file
|
||||
--list-suites ................................... List available test suites
|
||||
--testsuite [name] ......... Only run tests from the specified test suite(s)
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
|
||||
Pest Testing Framework 4.2.0.
|
||||
Pest Testing Framework 4.3.0.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user