From: jeroendedauw Date: Wed, 27 Jun 2012 12:26:05 +0000 (+0200) Subject: Add missing entry in autoloader for abstract test base class X-Git-Tag: 1.31.0-rc.0~23199^2 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=732b2ada50ce5de8e7c4599530a6030b7777f010;p=lhc%2Fweb%2Fwiklou.git Add missing entry in autoloader for abstract test base class Change-Id: I44edbb02ae570f9c4b486c9f2c435bddb87e76d5 --- diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index d92aa99f52..a99effb025 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -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',