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