@@ -5,7 +5,6 @@ |
||
| 5 | 5 | namespace ProxyManagerTest\ProxyGenerator\LazyLoadingGhost\MethodGenerator; |
| 6 | 6 | |
| 7 | 7 | use Laminas\Code\Generator\PropertyGenerator; |
| 8 | -use PHPUnit\Framework\MockObject\MockObject; |
|
| 9 | 8 | use PHPUnit\Framework\TestCase; |
| 10 | 9 | use ProxyManager\ProxyGenerator\LazyLoadingGhost\MethodGenerator\IsProxyInitialized; |
| 11 | 10 | |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | |
| 7 | 7 | use Laminas\Code\Generator\MethodGenerator; |
| 8 | 8 | use Laminas\Code\Generator\PropertyGenerator; |
| 9 | -use PHPUnit\Framework\MockObject\MockObject; |
|
| 10 | 9 | use PHPUnit\Framework\TestCase; |
| 11 | 10 | use ProxyManager\ProxyGenerator\LazyLoadingGhost\MethodGenerator\MagicClone; |
| 12 | 11 | use ProxyManagerTestAsset\EmptyClass; |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | |
| 7 | 7 | use Laminas\Code\Generator\MethodGenerator; |
| 8 | 8 | use Laminas\Code\Generator\PropertyGenerator; |
| 9 | -use PHPUnit\Framework\MockObject\MockObject; |
|
| 10 | 9 | use PHPUnit\Framework\TestCase; |
| 11 | 10 | use ProxyManager\ProxyGenerator\LazyLoadingGhost\MethodGenerator\MagicSleep; |
| 12 | 11 | use ProxyManagerTestAsset\EmptyClass; |
@@ -4,10 +4,8 @@ |
||
| 4 | 4 | |
| 5 | 5 | namespace ProxyManagerTest\ProxyGenerator\LazyLoadingGhost\MethodGenerator; |
| 6 | 6 | |
| 7 | -use Laminas\Code\Generator\ParameterGenerator; |
|
| 8 | 7 | use Laminas\Code\Generator\PropertyGenerator; |
| 9 | 8 | use Laminas\Code\Generator\TypeGenerator; |
| 10 | -use PHPUnit\Framework\MockObject\MockObject; |
|
| 11 | 9 | use PHPUnit\Framework\TestCase; |
| 12 | 10 | use ProxyManager\ProxyGenerator\LazyLoadingGhost\MethodGenerator\SetProxyInitializer; |
| 13 | 11 | use function array_shift; |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | |
| 7 | 7 | use Laminas\Code\Generator\PropertyGenerator; |
| 8 | 8 | use Laminas\Code\Generator\TypeGenerator; |
| 9 | -use PHPUnit\Framework\MockObject\MockObject; |
|
| 10 | 9 | use PHPUnit\Framework\TestCase; |
| 11 | 10 | use ProxyManager\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator\GetProxyInitializer; |
| 12 | 11 | |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | namespace ProxyManagerTest\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator; |
| 6 | 6 | |
| 7 | 7 | use Laminas\Code\Generator\PropertyGenerator; |
| 8 | -use PHPUnit\Framework\MockObject\MockObject; |
|
| 9 | 8 | use PHPUnit\Framework\TestCase; |
| 10 | 9 | use ProxyManager\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator\InitializeProxy; |
| 11 | 10 | |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | namespace ProxyManagerTest\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator; |
| 6 | 6 | |
| 7 | 7 | use Laminas\Code\Generator\PropertyGenerator; |
| 8 | -use PHPUnit\Framework\MockObject\MockObject; |
|
| 9 | 8 | use PHPUnit\Framework\TestCase; |
| 10 | 9 | use ProxyManager\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator\IsProxyInitialized; |
| 11 | 10 | |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | |
| 7 | 7 | use Laminas\Code\Generator\PropertyGenerator; |
| 8 | 8 | use Laminas\Code\Reflection\MethodReflection; |
| 9 | -use PHPUnit\Framework\MockObject\MockObject; |
|
| 10 | 9 | use PHPUnit\Framework\TestCase; |
| 11 | 10 | use ProxyManager\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator\LazyLoadingMethodInterceptor; |
| 12 | 11 | use ProxyManagerTestAsset\BaseClass; |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | namespace ProxyManagerTest\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator; |
| 6 | 6 | |
| 7 | 7 | use Laminas\Code\Generator\PropertyGenerator; |
| 8 | -use PHPUnit\Framework\MockObject\MockObject; |
|
| 9 | 8 | use PHPUnit\Framework\TestCase; |
| 10 | 9 | use ProxyManager\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator\MagicClone; |
| 11 | 10 | use ProxyManagerTestAsset\EmptyClass; |