Skip to content

Commit

Permalink
Fix CS/WS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Apr 4, 2023
1 parent 0d31ade commit c181114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Framework/MockObject/MockObjectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c181114

Please sign in to comment.