Skip to content

Commit

Permalink
Merge pull request #6 from usox/readmeCorrection
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
bytes-commerce authored Nov 13, 2023
2 parents a6586a4 + 5175654 commit 3f39ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ final class TestRunnerContextTest extends TestCase
$mock = $this->createMock(\stdClass::class);
$mock->expects($this->exactly(3))
->method('foo')
->with(...$this->consecutiveParams(
->with(...$this->withConsecutive(
['a', 'b'],
['c', 'd'],
['e', 'f']
Expand Down

0 comments on commit 3f39ebb

Please sign in to comment.