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~22097^2^2~81 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=2b643093b749863b9a9b064f5900450d1f1e2502;p=lhc%2Fweb%2Fwiklou.git Add missing entry in autoloader for abstract test base class Change-Id: I5a151496f2e81c029c48882125d3fe9493eb62ea --- diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 18beadbbe1..f421094c68 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -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',