We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d31ade commit c181114Copy full SHA for c181114
tests/unit/Framework/MockObject/MockObjectTest.php
@@ -761,7 +761,7 @@ public function testVerificationOfMethodNameFailsWithWrongParameters(): void
761
$mock->__phpunit_verify();
762
763
// CHECKOUT THIS MORE CAREFULLY
764
-// $this->fail('Expected exception');
+ // $this->fail('Expected exception');
765
} catch (ExpectationFailedException $e) {
766
$this->assertSame(
767
sprintf(
0 commit comments