MediaWiki REL1_31
README
Go to the documentation of this file.
1Parser tests can be run either via PHPUnit or by using the standalone
2parserTests.php in this directory. The standalone version provides more
3options.
4
5To run parser tests via PHPUnit:
6
7 $ cd tests/phpunit
8 ./phpunit.php --testsuite parsertests
9
10You can optionally filter by title using --filter, e.g.
11
12 ./phpunit.php --testsuite parsertests --filter="T6400"