mirror of
https://github.com/pestphp/pest.git
synced 2026-04-22 06:57:28 +02:00
Merge branch '4.x' into 5.x
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
|
||||
Pest Testing Framework 5.0.0-rc.1.
|
||||
Pest Testing Framework 5.0.0-rc.2.
|
||||
|
||||
USAGE: pest <file> [options]
|
||||
|
||||
@ -44,6 +44,7 @@
|
||||
--filter [pattern] ............................... Filter which tests to run
|
||||
--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
|
||||
--test-files-file [file] Only run test files listed in file (one file by line)
|
||||
|
||||
EXECUTION OPTIONS:
|
||||
--parallel ........................................... Run tests in parallel
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
|
||||
Pest Testing Framework 5.0.0-rc.1.
|
||||
Pest Testing Framework 5.0.0-rc.2.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user