Skip to content

Commit 5175654

Browse files
authored
Update README.md
Correct usage example
1 parent a6586a4 commit 5175654

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)