szuru/tests/help.txt
2014-05-18 21:32:47 +02:00

19 lines
614 B
Plaintext

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.