Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -3749,9 +3749,9 @@ |
3750 | 3750 | */ |
3751 | 3751 | $wgEnableSelenium = false; |
3752 | 3752 | |
3753 | | -/** List of Selenium test classes. These must be registered with the autoloader. */ |
3754 | | -$wgSeleniumTests = array( |
3755 | | - 'SimpleSeleniumTest' |
| 3753 | +/** List of Selenium test suites. These must be registered with the autoloader. */ |
| 3754 | +$wgSeleniumTestSuites = array( |
| 3755 | + 'SimpleSeleniumTestSuite' |
3756 | 3756 | ); |
3757 | 3757 | |
3758 | 3758 | |