fix: adds --parallel option to help

This commit is contained in:
Nuno Maduro
2023-03-21 21:07:57 +00:00
parent 14dd5cb57b
commit f914f1ad87
2 changed files with 8 additions and 0 deletions

View File

@ -33,6 +33,7 @@
--test-suffix [suffixes] Only search for test in files with specified suffix(es). Default: Test.php,.phpt
EXECUTION OPTIONS:
--parallel ........................................... Run tests in parallel
--process-isolation ................ Run each test in a separate PHP process
--globals-backup ................. Backup and restore $GLOBALS for each test
--static-backup ......... Backup and restore static properties for each test