wiki.techinc.nl/tests/phpunit/suites
C. Scott Ananian ce663741bc Allow independent parser test files to (re)define articles w/ the same names
It leads to surprising results when the definitions in one parser test
file leak into all the others.  This can cause spurious test failures
when you happen to have two extensions which define conflicting
article fixtures, and prevents you from using parser tests to test
patches like I50ff8a7b6be95901ebb14ffbe64940a0f499cfac, where you
deliberately want to set up and test two different definitions for the
same template name.

Change-Id: I958c6305a95ca32418d83b7f33f7c180a3b370cd
2020-09-15 16:15:44 -04:00
..
CoreParserTestSuite.php Update tests to use PHPUnit 6 class names 2019-10-06 01:01:28 -07:00
ExtensionsParserTestSuite.php Update tests to use PHPUnit 6 class names 2019-10-06 01:01:28 -07:00
ExtensionsTestSuite.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
LessTestSuite.php Update tests to use PHPUnit 6 class names 2019-10-06 01:01:28 -07:00
ParserIntegrationTest.php Fix visibility of setUp/tearDown 2020-06-16 21:02:05 +02:00
ParserTestFileSuite.php Allow independent parser test files to (re)define articles w/ the same names 2020-09-15 16:15:44 -04:00
ParserTestTopLevelSuite.php Fix parser test class naming 2020-07-24 00:29:12 -04:00
SuiteEventsTrait.php Upgrade to PHPUnit 8 2020-01-22 15:44:18 +00:00