Add missing entry in autoloader for abstract test base class
authorjeroendedauw <jeroendedauw@gmail.com>
Wed, 27 Jun 2012 12:26:05 +0000 (14:26 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Wed, 27 Jun 2012 12:26:05 +0000 (14:26 +0200)
Change-Id: I5a151496f2e81c029c48882125d3fe9493eb62ea

includes/AutoLoader.php

index 18beadb..f421094 100644 (file)
@@ -1065,6 +1065,9 @@ $wgAutoloadLocalClasses = array(
        'DummyContentHandlerForTesting' => 'tests/phpunit/includes/ContentHandlerTest.php',
        'DummyContentForTesting' => 'tests/phpunit/includes/ContentHandlerTest.php',
 
+       # tests/phpunit/includes/db
+       'ORMRowTest' => 'tests/phpunit/includes/db/ORMRowTest.php',
+
        # tests/parser
        'ParserTest' => 'tests/parser/parserTest.inc',
        'ParserTestParserHook' => 'tests/parser/parserTestsParserHook.php',