DiffHistoryBlobTest: remove unneeded return

Change-Id: I8314583e8ea428696fff08c0d0b765fe00022ad3
This commit is contained in:
DannyS712 2021-03-08 15:48:04 +00:00
parent 7f7dfebd3d
commit 37cb7d88c4

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;
}
}