Test commit. No Changes.
authorPriyanka Dhanda <pdhanda@users.mediawiki.org>
Fri, 18 Jun 2010 23:07:25 +0000 (23:07 +0000)
committerPriyanka Dhanda <pdhanda@users.mediawiki.org>
Fri, 18 Jun 2010 23:07:25 +0000 (23:07 +0000)
maintenance/tests/RunSeleniumTests.php

index e6299cb..d7751c5 100644 (file)
@@ -33,7 +33,7 @@ if ( file_exists( 'selenium/LocalSeleniumSettings.php' ) ) {
        die( -1 );
 }
 
-// Command line only
+// Command line only 
 if ( $wgSeleniumTestsRunMode == 'cli' && php_sapi_name() != 'cli' ) {
        echo "Must be run from the command line.\n";
        die( -1 );
@@ -97,3 +97,4 @@ if ( is_array( $wgSeleniumTestIncludes ) ) {
 foreach ( $wgSeleniumTestSuites as $suite ) {
        $suite->run( $result );
 }
+