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:32:35 +0000 (14:32 +0200)
Change-Id: I44edbb02ae570f9c4b486c9f2c435bddb87e76d5

includes/AutoLoader.php

index d92aa99..a99effb 100644 (file)
@@ -1043,6 +1043,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',