From: Markus Glaser Date: Sat, 31 Jul 2010 12:01:55 +0000 (+0000) Subject: changed selenium settings to load simple selenium test suite instead of a single... X-Git-Tag: 1.31.0-rc.0~35817 X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=commitdiff_plain;h=4dcaf990b2c11f7a29f1380f2827750c09d872da;p=lhc%2Fweb%2Fwiklou.git changed selenium settings to load simple selenium test suite instead of a single test --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index a41b5d210d..e60d817998 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3749,9 +3749,9 @@ $wgParserTestRemote = false; */ $wgEnableSelenium = false; -/** List of Selenium test classes. These must be registered with the autoloader. */ -$wgSeleniumTests = array( - 'SimpleSeleniumTest' +/** List of Selenium test suites. These must be registered with the autoloader. */ +$wgSeleniumTestSuites = array( + 'SimpleSeleniumTestSuite' );