wiki.techinc.nl/tests/parser
Subramanya Sastry 5923105af1 Added nested-list tests for covering additional cases for Parsoid.
Change-Id: Ic0ea44a5d965bfd27b34a790f18ef29f2ac20d6a
2012-06-06 17:16:01 -05:00
..
preprocess Reverted r86072, r86419 per CR. Lots of conflicts resolved here. Removes lineStart from r87346 code as well for preprocess parser tests. 2011-09-12 19:16:22 +00:00
extraParserTests.txt
parserTest.inc Fixed attempt to write to the wiki's upload directory during parser tests instead of /tmp, this is not allowed. I'm not sure what setupGlobals() is meant to do nowadays, that part is untested. It seems to be duplicated in ParserTest::__construct(). 2012-03-20 00:28:30 +00:00
parserTests.txt Added nested-list tests for covering additional cases for Parsoid. 2012-06-06 17:16:01 -05:00
parserTestsParserHook.php Change the name back to dumpHook (r96336). That makes obvious that the use of var_dump is intended. 2011-10-27 15:25:02 +00:00
README tip to run parser tests 2012-01-09 12:47:21 +00:00

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"