Merge branch '4.x' into 5.x

This commit is contained in:
nuno maduro
2026-03-21 13:20:25 +00:00
5 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
Pest Testing Framework 5.0.0-rc.1.
Pest Testing Framework 5.0.0-rc.2.