wiki.techinc.nl/tests/parser
Gabriel Wicke 625d1ff0b7 Test a newline-only template parameter
Change-Id: I99f17767e0aed915e84962a72403ebfb3b1307be
2012-12-14 12:37:25 -08: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 (bug 40632) Remove CleanupPresentationalAttributes feature 2012-11-19 22:09:17 +01:00
parserTests.txt Test a newline-only template parameter 2012-12-14 12:37:25 -08:00
parserTestsParserHook.php Protect against Xdebug overloading var_dump(). 2012-10-19 13:08:35 +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"