@@ -5,7 +5,6 @@ |
||
| 5 | 5 | namespace ProxyManagerTest\ProxyGenerator\AccessInterceptorValueHolder\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\AccessInterceptorValueHolder\MethodGenerator\MagicGet; |
| 11 | 10 | use ProxyManager\ProxyGenerator\PropertyGenerator\PublicPropertiesMap; |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | namespace ProxyManagerTest\ProxyGenerator\AccessInterceptorValueHolder\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\AccessInterceptorValueHolder\MethodGenerator\MagicIsset; |
| 11 | 10 | use ProxyManager\ProxyGenerator\PropertyGenerator\PublicPropertiesMap; |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | namespace ProxyManagerTest\ProxyGenerator\AccessInterceptorValueHolder\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\AccessInterceptorValueHolder\MethodGenerator\MagicSet; |
| 11 | 10 | use ProxyManager\ProxyGenerator\PropertyGenerator\PublicPropertiesMap; |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | namespace ProxyManagerTest\ProxyGenerator\AccessInterceptorValueHolder\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\AccessInterceptorValueHolder\MethodGenerator\MagicUnset; |
| 11 | 10 | use ProxyManager\ProxyGenerator\PropertyGenerator\PublicPropertiesMap; |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | namespace ProxyManagerTest\ProxyGenerator\AccessInterceptorValueHolder\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\AccessInterceptorValueHolder\MethodGenerator\StaticProxyConstructor; |
| 11 | 10 | use ProxyManagerTestAsset\ClassWithMixedProperties; |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | |
| 7 | 7 | use Laminas\Code\Generator\ParameterGenerator; |
| 8 | 8 | use Laminas\Code\Generator\PropertyGenerator; |
| 9 | -use PHPUnit\Framework\MockObject\MockObject; |
|
| 10 | 9 | use PHPUnit\Framework\TestCase; |
| 11 | 10 | use ProxyManager\Generator\MethodGenerator; |
| 12 | 11 | use ProxyManager\ProxyGenerator\AccessInterceptorValueHolder\MethodGenerator\Util\InterceptorGenerator; |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | namespace ProxyManagerTest\ProxyGenerator\LazyLoading\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\LazyLoading\MethodGenerator\StaticProxyConstructor; |
| 11 | 10 | use ProxyManager\ProxyGenerator\Util\Properties; |
@@ -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\CallInitializer; |
| 11 | 10 | use ProxyManager\ProxyGenerator\Util\Properties; |
@@ -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\LazyLoadingGhost\MethodGenerator\GetProxyInitializer; |
| 12 | 11 | |