Skip to content

Commit 3f39ebb

Browse files
Merge pull request #6 from usox/readmeCorrection
Update README.md
2 parents a6586a4 + 5175654 commit 3f39ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ final class TestRunnerContextTest extends TestCase
3636
$mock = $this->createMock(\stdClass::class);
3737
$mock->expects($this->exactly(3))
3838
->method('foo')
39-
->with(...$this->consecutiveParams(
39+
->with(...$this->withConsecutive(
4040
['a', 'b'],
4141
['c', 'd'],
4242
['e', 'f']

0 commit comments

Comments
 (0)