wiki.techinc.nl/tests/parser/README
Daimona Eaytoy 01cd57267c Avoid mentioning tests/phpunit.php in documentation
The script should never be used directly, to allow an easier migration
to vendor/bin/phpunit.

Bug: T90875
Change-Id: I8d0c4c3a9007d50f39a6bef37a0db62fe83de4d7
2023-07-02 17:35:17 +02:00

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"