tip to run parser tests
[lhc/web/wiklou.git] / tests / parser / README
1 Parser tests are run using our PHPUnit test suite in tests/phpunit:
2
3 $ cd tests/phpunit
4 ./phpunit.php --group Parser
5
6 You can optionally filter by title using --regex. I.e. :
7
8 ./phpunit.php --group Parser --regex="Bug 6200"