changed selenium settings to load simple selenium test suite instead of a single...
authorMarkus Glaser <mglaser@users.mediawiki.org>
Sat, 31 Jul 2010 12:01:55 +0000 (12:01 +0000)
committerMarkus Glaser <mglaser@users.mediawiki.org>
Sat, 31 Jul 2010 12:01:55 +0000 (12:01 +0000)
includes/DefaultSettings.php

index a41b5d2..e60d817 100644 (file)
@@ -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'
 );