X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2FTestsAutoLoader.php;h=a5eb29bca07a7118f5778b0e615ec0f94b1c8781;hb=8838da4329d26bf5dd76df77dfe270ccf6586871;hp=7a048bf17a64d9ab830a12fc49f54e0e84b3d01a;hpb=be055037bfc3ed290b9e3ab9771bc4ef46398d46;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/TestsAutoLoader.php b/tests/TestsAutoLoader.php index 7a048bf17a..a5eb29bca0 100644 --- a/tests/TestsAutoLoader.php +++ b/tests/TestsAutoLoader.php @@ -34,6 +34,7 @@ $wgAutoloadClasses += array( 'TestFileIterator' => "$testDir/testHelpers.inc", 'TestRecorder' => "$testDir/testHelpers.inc", 'ITestRecorder' => "$testDir/testHelpers.inc", + 'DjVuSupport' => "$testDir/testHelpers.inc", # tests/phpunit 'MediaWikiTestCase' => "$testDir/phpunit/MediaWikiTestCase.php", @@ -44,6 +45,7 @@ $wgAutoloadClasses += array( 'ResourceLoaderTestModule' => "$testDir/phpunit/ResourceLoaderTestCase.php", 'ResourceLoaderFileModuleTestModule' => "$testDir/phpunit/ResourceLoaderTestCase.php", 'TestUser' => "$testDir/phpunit/includes/TestUser.php", + 'LessFileCompilationTest' => "$testDir/phpunit/LessFileCompilationTest.php", # tests/phpunit/includes 'BlockTest' => "$testDir/phpunit/includes/BlockTest.php", @@ -91,6 +93,7 @@ $wgAutoloadClasses += array( 'MockBitmapHandler' => "$testDir/phpunit/mocks/media/MockBitmapHandler.php", 'MockImageHandler' => "$testDir/phpunit/mocks/media/MockImageHandler.php", 'MockSvgHandler' => "$testDir/phpunit/mocks/media/MockSvgHandler.php", + 'MockDjVuHandler' => "$testDir/phpunit/mocks/media/MockDjVuHandler.php", # tests/parser 'NewParserTest' => "$testDir/phpunit/includes/parser/NewParserTest.php",