Change I36865e38 adjusted the parser test class to hook InterwikiLoadPrefix, and prevent any other uses of that hook. Which is ok, except it doesn't clean up after itself so it winds up breaking any other parser tests that use the same hook. Change-Id: I351a56ac39a44721d427e9c980eaf5fff246fb57 |
||
|---|---|---|
| .. | ||
| preprocess | ||
| extraParserTests.txt | ||
| parserTest.inc | ||
| ParserTestResult.php | ||
| parserTests.txt | ||
| parserTestsParserHook.php | ||
| 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"