Skip to content

Commit

Permalink
fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Jan 27, 2024
1 parent 5e93cad commit 0811b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/php/AssertTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public function outputOfReturnsTrueOnSuccess(): void
*/
#[Test]
#[Group('issue_3')]
public function outputOfThrowsAssertionFailureWhenOutputDoesSatisfyPredicate(): void
public function outputOfThrowsAssertionFailureWhenOutputDoesNotSatisfyPredicate(): void
{
expect(fn() => outputOf(
fn() => print 'Hello you!',
Expand Down

0 comments on commit 0811b5c

Please sign in to comment.