wiki.techinc.nl/tests/parser
Timo Tijhof b4bac102b6 tests: Clean up file headers
* Remove redundant @licence/@license from test suite files.
  They already have full licence headers. And @licence raises a
  warning in Doxygen.

* Fix weird messes of comments inside comments and other things.

Change-Id: I38da8ca76330f72b8dc22b0ecf1ea69d5ea55ede
2015-04-01 00:17:12 +01:00
..
preprocess Remove unused system messages "loginstart", "loginend" and "loginend-https" 2014-09-05 02:07:38 +00:00
extraParserTests.txt
parserTest.inc Parser tests for page status indicators 2015-03-29 22:31:51 +00:00
ParserTestResult.php tests: Clean up file headers 2015-04-01 00:17:12 +01:00
parserTests.txt Parser tests for page status indicators 2015-03-29 22:31:51 +00:00
parserTestsParserHook.php Tidy up tidy usage 2015-03-16 16:33:50 -04: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"