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 eea5187 commit 61217e5Copy full SHA for 61217e5
src/Stub.php
@@ -4,7 +4,7 @@
4
use Codeception\Stub\ConsecutiveMap;
5
use Codeception\Stub\StubMarshaler;
6
use PHPUnit\Framework\MockObject\Generator;
7
-use PHPUnit\Framework\MockObject\Matcher\AnyInvokedCount;
+use PHPUnit\Framework\MockObject\Rule\AnyInvokedCount;
8
use PHPUnit\Framework\MockObject\Stub\ConsecutiveCalls;
9
use PHPUnit\Framework\MockObject\Stub\ReturnCallback;
10
use PHPUnit\Framework\MockObject\Stub\ReturnStub;
0 commit comments