blob: a54f88ec7223575a51a0c572cf2c937f09c175f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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:
$ composer phpunit -- --testsuite parsertests
You can optionally filter by title using --filter, e.g.
composer phpunit -- --testsuite parsertests --filter="T6400"
|