Index: trunk/phase3/maintenance/tests/RunSeleniumTests.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | die( -1 ); |
35 | 35 | } |
36 | 36 | |
37 | | -// Command line only |
| 37 | +// Command line only |
38 | 38 | if ( $wgSeleniumTestsRunMode == 'cli' && php_sapi_name() != 'cli' ) { |
39 | 39 | echo "Must be run from the command line.\n"; |
40 | 40 | die( -1 ); |
— | — | @@ -97,3 +97,4 @@ |
98 | 98 | foreach ( $wgSeleniumTestSuites as $suite ) { |
99 | 99 | $suite->run( $result ); |
100 | 100 | } |
| 101 | + |