18 lines
614 B
Text
18 lines
614 B
Text
Usage: php run-all.php [OPTIONS]
|
|
|
|
Available options:
|
|
|
|
-c, --clean Clears the database. Used for upgrade testing.
|
|
-d, --driver DRIVER Sets database driver to DRIVER, where DRIVER can be
|
|
sqlite or mysql.
|
|
-f, --filter FILTER Runs only tests matching given FILTER.
|
|
-h, --help Shows this help.
|
|
|
|
Syntax of FILTER:
|
|
|
|
CLASS runs only tests from classes containing CLASS.
|
|
CLASS:: same as above.
|
|
::METHOD runs only tests from methods containing METHOD.
|
|
CLASS::METHOD combination of CLASS and ::METHOD filters.
|
|
|
|
Filters are case-insensitive.
|