Revert r108358. It's a good fellow and we like to keep it.
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 5a97972..72e9090 100644 (file)
@@ -928,10 +928,15 @@ $wgAutoloadLocalClasses = array(
        'DummyTermColorer' => 'maintenance/term/MWTerm.php',
 
        # tests
+       'DbTestPreviewer' => 'tests/testHelpers.inc',
+       'DbTestRecorder' => 'tests/testHelpers.inc',
        'TestFileIterator' => 'tests/testHelpers.inc',
+       'TestRecorder' => 'tests/testHelpers.inc',
 
        # tests/parser
+       'ParserTest' => 'tests/parser/parserTest.inc',
        'ParserTestParserHook' => 'tests/parser/parserTestsParserHook.php',
+       'ParserTestStaticParserHook' => 'tests/parser/parserTestsStaticParserHook.php',
 
        # tests/selenium
        'Selenium' => 'tests/selenium/Selenium.php',