X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fmaintenance%2FMaintenanceTest.php;h=2813c583513b2e2e1e6493de7f3c0ba992d4da6e;hb=d967d1d9128f7f92391d4985edd5c9903c98c6aa;hp=6b0e3443c1066ff7b7d079ac0d84f7e584b60284;hpb=8ea7953ab57163a575a2ce02d5dbf862d7c9744a;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/maintenance/MaintenanceTest.php b/tests/phpunit/maintenance/MaintenanceTest.php index 6b0e3443c1..2813c58351 100644 --- a/tests/phpunit/maintenance/MaintenanceTest.php +++ b/tests/phpunit/maintenance/MaintenanceTest.php @@ -1,29 +1,35 @@ shutdownSimulated ) { $this->testCase->fail( __METHOD__ . " called more than once" ); } @@ -175,7 +180,6 @@ class MaintenanceTest extends MediaWikiTestCase { * after shutdown simulation. */ private function assertOutputPrePostShutdown( $preShutdownOutput, $expectNLAppending ) { - $this->assertEquals( $preShutdownOutput, $this->getActualOutput(), "Output before shutdown simulation" );