From 5175654e472b7d52a5848892e3711f41375ede08 Mon Sep 17 00:00:00 2001 From: Daniel Jakob Date: Sun, 12 Nov 2023 11:50:20 +0100 Subject: [PATCH] Update README.md Correct usage example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b0490e..1073bfb 100644 --- a/README.md +++ b/README.md @@ -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']