X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2FTestsAutoLoader.php;h=093748d4a82c5666bb7f1cd437da7b78c93874e8;hb=230f2b456b0dd53cb9056edcf765aab49197906a;hp=c3019c9fb07199d493a9677b50170c91f2f8e12d;hpb=922d4bc89900a80e73b1e1a785839573d90ea125;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/TestsAutoLoader.php b/tests/TestsAutoLoader.php index c3019c9fb0..093748d4a8 100644 --- a/tests/TestsAutoLoader.php +++ b/tests/TestsAutoLoader.php @@ -66,7 +66,8 @@ $wgAutoloadClasses += array( 'TestRecentChangesHelper' => "$testDir/phpunit/includes/changes/TestRecentChangesHelper.php", # tests/phpunit/includes/content - 'DummyContentHandlerForTesting' => "$testDir/phpunit/mocks/content/DummyContentHandlerForTesting.php", + 'DummyContentHandlerForTesting' => + "$testDir/phpunit/mocks/content/DummyContentHandlerForTesting.php", 'DummyContentForTesting' => "$testDir/phpunit/mocks/content/DummyContentForTesting.php", 'DummyNonTextContentHandler' => "$testDir/phpunit/mocks/content/DummyNonTextContentHandler.php", 'DummyNonTextContent' => "$testDir/phpunit/mocks/content/DummyNonTextContent.php", @@ -91,8 +92,13 @@ $wgAutoloadClasses += array( 'PasswordTestCase' => "$testDir/phpunit/includes/password/PasswordTestCase.php", # tests/phpunit/includes/resourceloader - 'ResourceLoaderImageModuleTest' => "$testDir/phpunit/includes/resourceloader/ResourceLoaderImageModuleTest.php", - 'ResourceLoaderImageModuleTestable' => "$testDir/phpunit/includes/resourceloader/ResourceLoaderImageModuleTest.php", + 'ResourceLoaderImageModuleTest' => + "$testDir/phpunit/includes/resourceloader/ResourceLoaderImageModuleTest.php", + 'ResourceLoaderImageModuleTestable' => + "$testDir/phpunit/includes/resourceloader/ResourceLoaderImageModuleTest.php", + + # tests/phpunit/includes/specials + 'SpecialPageTestBase' => "$testDir/phpunit/includes/specials/SpecialPageTestBase.php", # tests/phpunit/languages 'LanguageClassesTestCase' => "$testDir/phpunit/languages/LanguageClassesTestCase.php",