@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | namespace ProxyManagerTest\Factory\RemoteObject\Adapter; |
| 6 | 6 | |
| 7 | -use PHPUnit\Framework\MockObject\MockObject; |
|
| 8 | 7 | use PHPUnit\Framework\TestCase; |
| 9 | 8 | use ProxyManager\Factory\RemoteObject\Adapter\JsonRpc; |
| 10 | 9 | use Laminas\Server\Client; |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | namespace ProxyManagerTest\Factory\RemoteObject\Adapter; |
| 6 | 6 | |
| 7 | -use PHPUnit\Framework\MockObject\MockObject; |
|
| 8 | 7 | use PHPUnit\Framework\TestCase; |
| 9 | 8 | use ProxyManager\Factory\RemoteObject\Adapter\Soap; |
| 10 | 9 | use Laminas\Server\Client; |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | namespace ProxyManagerTest\Factory\RemoteObject\Adapter; |
| 6 | 6 | |
| 7 | -use PHPUnit\Framework\MockObject\MockObject; |
|
| 8 | 7 | use PHPUnit\Framework\TestCase; |
| 9 | 8 | use ProxyManager\Factory\RemoteObject\Adapter\XmlRpc; |
| 10 | 9 | use Laminas\Server\Client; |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | namespace ProxyManagerTest\ProxyGenerator\AccessInterceptor\MethodGenerator; |
| 6 | 6 | |
| 7 | -use PHPUnit\Framework\MockObject\MockObject; |
|
| 8 | 7 | use PHPUnit\Framework\TestCase; |
| 9 | 8 | use ProxyManager\ProxyGenerator\AccessInterceptor\MethodGenerator\SetMethodPrefixInterceptor; |
| 10 | 9 | use Laminas\Code\Generator\PropertyGenerator; |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | namespace ProxyManagerTest\ProxyGenerator\AccessInterceptor\MethodGenerator; |
| 6 | 6 | |
| 7 | -use PHPUnit\Framework\MockObject\MockObject; |
|
| 8 | 7 | use PHPUnit\Framework\TestCase; |
| 9 | 8 | use ProxyManager\ProxyGenerator\AccessInterceptor\MethodGenerator\SetMethodSuffixInterceptor; |
| 10 | 9 | use Laminas\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\GetProxyInitializer; |
| 10 | 9 | use Laminas\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 Laminas\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 Laminas\Code\Generator\PropertyGenerator; |
@@ -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 Laminas\Code\Generator\ParameterGenerator; |
|
| 11 | 9 | use Laminas\Code\Generator\PropertyGenerator; |
| 12 | 10 | use Laminas\Code\Generator\TypeGenerator; |
| 13 | 11 | use function array_shift; |