Skip to content

Commit c181114

Browse files
Fix CS/WS issue
1 parent 0d31ade commit c181114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Framework/MockObject/MockObjectTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ public function testVerificationOfMethodNameFailsWithWrongParameters(): void
761761
$mock->__phpunit_verify();
762762

763763
// CHECKOUT THIS MORE CAREFULLY
764-
// $this->fail('Expected exception');
764+
// $this->fail('Expected exception');
765765
} catch (ExpectationFailedException $e) {
766766
$this->assertSame(
767767
sprintf(

0 commit comments

Comments
 (0)