implement feature switch for ContentHandler database integration, to allow for easy...
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 5d9f0b3..23924b6 100644 (file)
@@ -985,6 +985,8 @@ $wgAutoloadLocalClasses = array(
        'TestRecorder' => 'tests/testHelpers.inc',
 
        # tests/phpunit
+       'RevisionStorageTest' => 'tests/phpunit/includes/RevisionStorageTest.php',
+       'WikiPageTest' => 'tests/phpunit/includes/WikiPageTest.php',
        'WikitextContentTest' => 'tests/phpunit/includes/WikitextContentTest.php',
        'JavascriptContentTest' => 'tests/phpunit/includes/JavascriptContentTest.php',
        'DummyContentHandlerForTesting' => 'tests/phpunit/includes/ContentHandlerTest.php',