summaryrefslogtreecommitdiff
path: root/www/wiki/tests/parser/README
blob: a62db5ac010b3fb5c17b6039c5bc3fda85778d6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"