wiki.techinc.nl/tests/parser/README
James D. Forrester 1e9c361960 tests: Replace implicit Bugzilla bug numbers with Phab ones
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
2017-02-21 02:14:34 +00:00

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"