wiki.techinc.nl/tests/parser
Arlo Breault 67b0c669a5 Sync up with Parsoid parserTests.
This now aligns with Parsoid commit b04ce02432166128a295c0f00ac1d64c6a469a81

Change-Id: I9f27dc299b87aa265039c0e25084489810c0f7c8
2016-01-25 12:14:31 -08:00
..
preprocess Replace 'emailpage' with 'emailuser' 2015-08-20 10:49:03 +00:00
extraParserTests.txt
parserTest.inc Merge "ParserTests: Add a video file to parser test suite" 2016-01-09 07:30:54 +00:00
ParserTestResult.php tests: Clean up file headers 2015-04-01 00:17:12 +01:00
parserTests.txt Sync up with Parsoid parserTests. 2016-01-25 12:14:31 -08:00
parserTestsParserHook.php Tidy up tidy usage 2015-03-16 16:33:50 -04: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"