From 732b2ada50ce5de8e7c4599530a6030b7777f010 Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Wed, 27 Jun 2012 14:26:05 +0200 Subject: [PATCH] Add missing entry in autoloader for abstract test base class Change-Id: I44edbb02ae570f9c4b486c9f2c435bddb87e76d5 --- includes/AutoLoader.php | 3 +++ 1 file changed, 3 insertions(+) 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', -- 2.20.1