Skip to content

Commit

Permalink
fix php8 test
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Jan 8, 2021
1 parent a08e8e0 commit 44281e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CallbackTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public function can_execute_string_callbacks(): void
$actual = Callback::createFor('strtoupper')
->minArguments(1)
->replaceUntypedArgument('foobar')
->replaceTypedArgument('string', 'foobar')
->execute()
;

Expand Down

0 comments on commit 44281e5

Please sign in to comment.