Adding support for a callback to jquery.byteLimit
[lhc/web/wiklou.git] / tests / RunSeleniumTests.php
index dd97c15..9cadd75 100644 (file)
@@ -164,7 +164,7 @@ class SeleniumTester extends Maintenance {
                                $seleniumBrowsers,
                                $seleniumTestSuites,
                                $configFile );
-               } else if ( !isset( $wgHooks['SeleniumSettings'] ) ) {
+               } elseif ( !isset( $wgHooks['SeleniumSettings'] ) ) {
                        $this->output("No command line, configuration file or configuration hook found.\n");
                        SeleniumConfig::getSeleniumSettings( $seleniumSettings,
                                $seleniumBrowsers,