Index: trunk/phase3/tests/RunSeleniumTests.php |
— | — | @@ -153,7 +153,7 @@ |
154 | 154 | $seleniumTestSuites, |
155 | 155 | $configFile ); |
156 | 156 | } else if ( !isset( $wgHooks['SeleniumSettings'] ) ) { |
157 | | - $this->output("No command line configuration file or configuration hook found.\n"); |
| 157 | + $this->output("No command line, configuration file or configuration hook found.\n"); |
158 | 158 | SeleniumConfig::getSeleniumSettings( $seleniumSettings, |
159 | 159 | $seleniumBrowsers, |
160 | 160 | $seleniumTestSuites |
Index: trunk/phase3/tests/selenium/SeleniumConfig.php |
— | — | @@ -87,7 +87,6 @@ |
88 | 88 | $configArray[$header] = array_merge_recursive( $configArray[$header], self::parse_ini_line( $line ) ); |
89 | 89 | } |
90 | 90 | } |
91 | | - var_dump($configArray); |
92 | 91 | return $configArray; |
93 | 92 | } |
94 | 93 | |