Localisation updates from https://translatewiki.net.
[mediawiki.git] / tests / parser / README
bloba54f88ec7223575a51a0c572cf2c937f09c175f7
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.
5 To run parser tests via PHPUnit:
7  $ composer phpunit -- --testsuite parsertests
9 You can optionally filter by title using --filter, e.g.
11  composer phpunit -- --testsuite parsertests --filter="T6400"