wiki.techinc.nl/tests/parser
Aaron Schulz 2aa84651ca filebackend: cleaned up the FileBackend constructor
* Added some b/c code with deprecation warnings

Change-Id: Ifceffbc0a37a223bcd7cd3dc60181fc85765bc46
2013-12-03 13:57:01 -08:00
..
preprocess Removing all disambiguation code from core 2013-09-05 14:07:51 -07:00
extraParserTests.txt
parserTest.inc filebackend: cleaned up the FileBackend constructor 2013-12-03 13:57:01 -08:00
ParserTestResult.php Fixed spacing around parenthesis in languages/tests/maintenance 2013-04-28 15:57:34 +00:00
parserTests.txt SECURITY: Improve css javascript detection 2013-11-14 14:32:51 -08:00
parserTestsParserHook.php Update formatting 2013-02-14 12:22:13 +01:00
README

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"