szuru/tests/help.txt

19 lines
614 B
Plaintext
Raw Permalink Normal View History

2014-05-16 18:55:52 +02:00
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.