wiki.techinc.nl/tests/parser
Subramanya Sastry f52f3db653 Sync up with Parsoid parserTests.
This now aligns with Parsoid commit 97bb35b73a4e4779b9be0bf2aedc351f539b0a0d

Change-Id: Id9e18cd6f33c6f71d0dfb57bd854a98d81b5ad84
2014-01-02 15:02:10 -06: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 Sync up with Parsoid parserTests. 2014-01-02 15:02:10 -06: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"