Added custom frame support to Profiler
[mediawiki.git] / tests / parser / README
blob8b41337606dd25e439ce5ac6b24c3c943d97907a
1 Parser tests are run using our PHPUnit test suite in tests/phpunit:
3  $ cd tests/phpunit
4  ./phpunit.php --group Parser
6 You can optionally filter by title using --regex. I.e. :
8  ./phpunit.php --group Parser --regex="Bug 6200"