Fixup whitespace from r80445
[lhc/web/wiklou.git] / tests / TestsAutoLoader.php
index 35bf20c..bc19cdf 100644 (file)
@@ -19,5 +19,8 @@ $wgAutoloadClasses += array(
                
        //Selenium
        'SeleniumTestConstants' => "$testFolder/selenium/SeleniumTestConstants.php",
+
+       //Generic providers
+       'MediaWikiProvide' => "$testFolder/phpunit/includes/Providers.php",
 );