Merge "Only use "*Test.php" for actual PHPUnit tests"
[lhc/web/wiklou.git] / tests / common / TestsAutoLoader.php
index f9b84d7..8385d7a 100644 (file)
@@ -130,7 +130,7 @@ $wgAutoloadClasses += [
        'WikiPageDbTestBase' => "$testDir/phpunit/includes/page/WikiPageDbTestBase.php",
 
        # tests/phpunit/includes/parser
-       'ParserIntegrationTest' => "$testDir/phpunit/includes/parser/ParserIntegrationTest.php",
+       'ParserIntegrationTest' => "$testDir/phpunit/suites/ParserIntegrationTest.php",
 
        # tests/phpunit/includes/password
        'PasswordTestCase' => "$testDir/phpunit/includes/password/PasswordTestCase.php",