blob: 8b41337606dd25e439ce5ac6b24c3c943d97907a (
plain)
1
2
3
4
5
6
7
8
|
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"
|