We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6586a4 + 5175654 commit 3f39ebbCopy full SHA for 3f39ebb
README.md
@@ -36,7 +36,7 @@ final class TestRunnerContextTest extends TestCase
36
$mock = $this->createMock(\stdClass::class);
37
$mock->expects($this->exactly(3))
38
->method('foo')
39
- ->with(...$this->consecutiveParams(
+ ->with(...$this->withConsecutive(
40
['a', 'b'],
41
['c', 'd'],
42
['e', 'f']
0 commit comments