@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | namespace ProxyManagerTest\ProxyGenerator\AccessInterceptorValueHolder\MethodGenerator; |
6 | 6 | |
7 | -use PHPUnit\Framework\MockObject\MockObject; |
|
8 | 7 | use PHPUnit\Framework\TestCase; |
9 | 8 | use ProxyManager\ProxyGenerator\AccessInterceptorValueHolder\MethodGenerator\StaticProxyConstructor; |
10 | 9 | use ProxyManagerTestAsset\ClassWithMixedProperties; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | namespace ProxyManagerTest\ProxyGenerator\AccessInterceptorValueHolder\MethodGenerator\Util; |
6 | 6 | |
7 | -use PHPUnit\Framework\MockObject\MockObject; |
|
8 | 7 | use PHPUnit\Framework\TestCase; |
9 | 8 | use ProxyManager\Generator\MethodGenerator; |
10 | 9 | use ProxyManager\ProxyGenerator\AccessInterceptorValueHolder\MethodGenerator\Util\InterceptorGenerator; |
@@ -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; |