Merge "Add option to rebuild message files on a different folder. It also creates...
[lhc/web/wiklou.git] / tests / TestsAutoLoader.php
index 0c97daa..2ea4924 100644 (file)
@@ -13,6 +13,7 @@ $wgAutoloadClasses += array(
 
        //includes
        'BlockTest' => "$testFolder/phpunit/includes/BlockTest.php",
+       'MockOutputPage' => "$testFolder/phpunit/includes/MockOutputPage.php",
 
        //API
        'ApiFormatTestBase' => "$testFolder/phpunit/includes/api/format/ApiFormatTestBase.php",
@@ -25,6 +26,9 @@ $wgAutoloadClasses += array(
        //Selenium
        'SeleniumTestConstants' => "$testFolder/selenium/SeleniumTestConstants.php",
 
+       //maintenance
+       'DumpTestCase' => "$testFolder/phpunit/maintenance/DumpTestCase.php",
+
        //Generic providers
        'MediaWikiProvide' => "$testFolder/phpunit/includes/Providers.php",
 );