Merge "Avoid showing crazy staleness times at ActiveUsers"
[lhc/web/wiklou.git] / tests / phpunit / includes / exception / ErrorPageErrorTest.php
index 4cfcd83..13dcf33 100644 (file)
@@ -27,7 +27,7 @@ class ErrorPageErrorTest extends MediaWikiTestCase {
                $mockMessage->expects( $this->once() )
                        ->method( 'inLanguage' )
                        ->will( $this->returnValue( $mockMessage ) );
-               $mockMessage->expects(  $this->once() )
+               $mockMessage->expects( $this->once() )
                        ->method( 'useDatabase' )
                        ->will( $this->returnValue( $mockMessage ) );
                return $mockMessage;