@@ -8,11 +8,9 @@ |
||
| 8 | 8 | use Moka\Exception\MockNotCreatedException; |
| 9 | 9 | use Moka\Exception\NotImplementedException; |
| 10 | 10 | use function Moka\Factory\buildStubs; |
| 11 | -use Moka\Factory\StubFactory; |
|
| 12 | 11 | use Moka\Stub\MethodStub; |
| 13 | 12 | use Moka\Stub\PropertyStub; |
| 14 | 13 | use Moka\Stub\StubInterface; |
| 15 | -use Moka\Stub\StubSet; |
|
| 16 | 14 | |
| 17 | 15 | /** |
| 18 | 16 | * Class AbstractMockingStrategy |