Merge "Special:UserRights: Trim value of $mTarget if it's a string"
[lhc/web/wiklou.git] / tests / parser / README
1 Parser tests can be run either via PHPUnit or by using the standalone
2 parserTests.php in this directory. The standalone version provides more
3 options.
4
5 To run parser tests via PHPUnit:
6
7 $ cd tests/phpunit
8 ./phpunit.php --testsuite parsertests
9
10 You can optionally filter by title using --filter, e.g.
11
12 ./phpunit.php --testsuite parsertests --filter="Bug 6200"