X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2FTestsAutoLoader.php;h=58df552a976da792d030b112e24bec743b7f0b43;hb=5813da1a8f827c15ed5edc6c374238200a0d358b;hp=dec8e22dd18071b9087592aee7ddde6239e3f502;hpb=b06e84480418db7327c80209e3a7ffdc99bfcb0c;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/TestsAutoLoader.php b/tests/TestsAutoLoader.php index dec8e22dd1..58df552a97 100644 --- a/tests/TestsAutoLoader.php +++ b/tests/TestsAutoLoader.php @@ -57,6 +57,7 @@ $wgAutoloadClasses += array( 'ApiTestCase' => "$testDir/phpunit/includes/api/ApiTestCase.php", 'ApiTestContext' => "$testDir/phpunit/includes/api/ApiTestContext.php", 'MockApi' => "$testDir/phpunit/includes/api/MockApi.php", + 'MockApiQueryBase' => "$testDir/phpunit/includes/api/MockApiQueryBase.php", 'UserWrapper' => "$testDir/phpunit/includes/api/UserWrapper.php", 'RandomImageGenerator' => "$testDir/phpunit/includes/api/RandomImageGenerator.php", @@ -89,8 +90,8 @@ $wgAutoloadClasses += array( 'MockFSFile' => "$testDir/phpunit/mocks/filebackend/MockFSFile.php", 'MockFileBackend' => "$testDir/phpunit/mocks/filebackend/MockFileBackend.php", 'MockBitmapHandler' => "$testDir/phpunit/mocks/media/MockBitmapHandler.php", - 'MockImageHandler' => "$testDir/phpunit/mocks/media/MockBitmapHandler.php", - 'MockSvgHandler' => "$testDir/phpunit/mocks/media/MockBitmapHandler.php", + 'MockImageHandler' => "$testDir/phpunit/mocks/media/MockImageHandler.php", + 'MockSvgHandler' => "$testDir/phpunit/mocks/media/MockSvgHandler.php", # tests/phpunit/languages 'LanguageClassesTestCase' => "$testDir/phpunit/languages/LanguageClassesTestCase.php",