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: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?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' );