The script should never be used directly, to allow an easier migration to vendor/bin/phpunit. Bug: T90875 Change-Id: I8d0c4c3a9007d50f39a6bef37a0db62fe83de4d7
11 lines
353 B
Text
11 lines
353 B
Text
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"
|