X-Git-Url: https://git.cyclocoop.org/admin/?a=blobdiff_plain;f=tests%2FTestsAutoLoader.php;h=9f8887b59630f79a418b4513fcba575b32add3c8;hb=ea14e469655e84b664fb99de4fd75399c44f6b9a;hp=4a6e3fbfc9efbb1a2f7e17b363bf0e503d8ff6b6;hpb=709c614382c199b7d3c5fc5bdbd285d8d3a5f339;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/TestsAutoLoader.php b/tests/TestsAutoLoader.php index 4a6e3fbfc9..9f8887b596 100644 --- a/tests/TestsAutoLoader.php +++ b/tests/TestsAutoLoader.php @@ -33,6 +33,7 @@ $wgAutoloadClasses += array( 'ParserTestResult' => "$testDir/parser/ParserTestResult.php", 'TestFileIterator' => "$testDir/testHelpers.inc", 'TestRecorder' => "$testDir/testHelpers.inc", + 'ITestRecorder' => "$testDir/testHelpers.inc", # tests/phpunit 'MediaWikiTestCase' => "$testDir/phpunit/MediaWikiTestCase.php", @@ -48,6 +49,7 @@ $wgAutoloadClasses += array( //db 'ORMTableTest' => "$testDir/phpunit/includes/db/ORMTableTest.php", + 'PageORMTableForTesting' => "$testDir/phpunit/includes/db/ORMTableTest.php", 'DatabaseTestHelper' => "$testDir/phpunit/includes/db/DatabaseTestHelper.php", # tests/phpunit/includes/api