diff --git a/tests/unit/Framework/MockObject/MockObjectTest.php b/tests/unit/Framework/MockObject/MockObjectTest.php index 66540db8db2..74c1c50ffd1 100644 --- a/tests/unit/Framework/MockObject/MockObjectTest.php +++ b/tests/unit/Framework/MockObject/MockObjectTest.php @@ -761,7 +761,7 @@ public function testVerificationOfMethodNameFailsWithWrongParameters(): void $mock->__phpunit_verify(); // CHECKOUT THIS MORE CAREFULLY -// $this->fail('Expected exception'); + // $this->fail('Expected exception'); } catch (ExpectationFailedException $e) { $this->assertSame( sprintf(