We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6586a4 commit 5175654Copy full SHA for 5175654
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