wiki.techinc.nl/tests/parser
Gabriel Wicke 1a7f80b18b Add passing test for definition list with empty definition
Change-Id: I850f2389274aca76bab0b4a340a14af58e349b93
2012-05-25 15:38:28 +02: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 Kill off Linker::getExternalLinkAttributes. 2011-02-05 23:06:36 +00:00
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 Add passing test for definition list with empty definition 2012-05-25 15:38:28 +02: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"