It's unreasonable to expect newbies to know that "bug 12345" means "Task T14345" except where it doesn't, so let's just standardise on the real numbers. Change-Id: I46261416f7603558dceb76ebe695a5cac274e417
12 lines
359 B
Text
12 lines
359 B
Text
Parser tests can be run either via PHPUnit or by using the standalone
|
|
parserTests.php in this directory. The standalone version provides more
|
|
options.
|
|
|
|
To run parser tests via PHPUnit:
|
|
|
|
$ cd tests/phpunit
|
|
./phpunit.php --testsuite parsertests
|
|
|
|
You can optionally filter by title using --filter, e.g.
|
|
|
|
./phpunit.php --testsuite parsertests --filter="T6400"
|