MediaWiki  REL1_22
README
Go to the documentation of this file.
00001 Parser tests are run using our PHPUnit test suite in tests/phpunit:
00002 
00003  $ cd tests/phpunit
00004  ./phpunit.php --group Parser
00005 
00006 You can optionally filter by title using --regex. I.e. :
00007 
00008  ./phpunit.php --group Parser --regex="Bug 6200"