Merge "DiffHistoryBlobTest: remove unneeded return"

This commit is contained in:
jenkins-bot 2021-03-08 16:43:05 +00:00 committed by Gerrit Code Review
commit dd92bbe0b4

View file

@ -10,7 +10,6 @@ class DiffHistoryBlobTest extends MediaWikiIntegrationTestCase {
if ( !function_exists( 'xdiff_string_rabdiff' ) ) {
$this->markTestSkipped( 'The version of xdiff extension is lower than 1.5.0' );
return;
}
}