12 lines
353 B
Plaintext
12 lines
353 B
Plaintext
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"
|