setService( 'LocalisationCache', $this->getMockLocalisationCache() ); $this->expectOutputString( "MediaWiki " . MW_VERSION . " language file\n" . serialize( FormatJson::decode( file_get_contents( $enMessageJsonFile ), true ) ) ); $this->maintenance->execute(); } public static function provideExecute() { return [ 'Using mock en.json' => [ MW_INSTALL_PATH . "/tests/phpunit/data/localisationcache/en.json" ], ]; } }