wiki.techinc.nl/tests/parser
Arlo Breault cc062f0e76 Sync up with Parsoid parserTests.
This now aligns with Parsoid commit 6619409e60a3208144836970773f191e7a6d147f

Change-Id: Iea6199d2d6a314f118febdc2308be1723a9970d2
2015-09-24 10:26:13 +02:00
..
preprocess Replace 'emailpage' with 'emailuser' 2015-08-20 10:49:03 +00:00
extraParserTests.txt
parserTest.inc Abstract and refactor Tidy support 2015-09-10 20:18:52 -07:00
ParserTestResult.php tests: Clean up file headers 2015-04-01 00:17:12 +01:00
parserTests.txt Sync up with Parsoid parserTests. 2015-09-24 10:26:13 +02: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"