wiki.techinc.nl/tests/parser/README
Antoine Musso bd7038e3c1 tip to run parser tests
Follow r108358
2012-01-09 12:47:21 +00:00

8 lines
227 B
Text

Parser tests are run using our PHPUnit test suite in tests/phpunit:
$ cd tests/phpunit
./phpunit.php --group Parser
You can optionally filter by title using --regex. I.e. :
./phpunit.php --group Parser --regex="Bug 6200"