diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 83397fdcad5..11cf616fe9c 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -1046,6 +1046,9 @@ $wgAutoloadLocalClasses = array( 'TestFileIterator' => 'tests/testHelpers.inc', 'TestRecorder' => 'tests/testHelpers.inc', + # tests/phpunit/includes/db + 'ORMRowTest' => 'tests/phpunit/includes/db/ORMRowTest.php', + # tests/parser 'ParserTest' => 'tests/parser/parserTest.inc', 'ParserTestParserHook' => 'tests/parser/parserTestsParserHook.php',