Stylize maintenance folder..
[lhc/web/wiklou.git] / maintenance / tests / bootstrap.php
index d5232c0..52f7a41 100644 (file)
@@ -14,7 +14,7 @@ define( 'MW_PHPUNIT_TEST', true );
 require_once( "$IP/maintenance/commandLine.inc" );
 $wgLocaltimezone = 'UTC';
 
-if( !version_compare(PHPUnit_Runner_Version::id(), "3.4.1", ">") ) {
+if ( !version_compare( PHPUnit_Runner_Version::id(), "3.4.1", ">" ) ) {
   echo <<<EOF
 ************************************************************