@@ -5,7 +5,6 @@ |
||
5 | 5 | namespace ProxyManagerTest\Factory\RemoteObject\Adapter; |
6 | 6 | |
7 | 7 | use Laminas\Server\Client; |
8 | -use PHPUnit\Framework\MockObject\MockObject; |
|
9 | 8 | use PHPUnit\Framework\TestCase; |
10 | 9 | use ProxyManager\Factory\RemoteObject\Adapter\BaseAdapter; |
11 | 10 |
@@ -5,7 +5,6 @@ |
||
5 | 5 | namespace ProxyManagerTest\Factory\RemoteObject\Adapter; |
6 | 6 | |
7 | 7 | use Laminas\Server\Client; |
8 | -use PHPUnit\Framework\MockObject\MockObject; |
|
9 | 8 | use PHPUnit\Framework\TestCase; |
10 | 9 | use ProxyManager\Factory\RemoteObject\Adapter\JsonRpc; |
11 | 10 |
@@ -5,7 +5,6 @@ |
||
5 | 5 | namespace ProxyManagerTest\Factory\RemoteObject\Adapter; |
6 | 6 | |
7 | 7 | use Laminas\Server\Client; |
8 | -use PHPUnit\Framework\MockObject\MockObject; |
|
9 | 8 | use PHPUnit\Framework\TestCase; |
10 | 9 | use ProxyManager\Factory\RemoteObject\Adapter\Soap; |
11 | 10 |
@@ -5,7 +5,6 @@ |
||
5 | 5 | namespace ProxyManagerTest\Factory\RemoteObject\Adapter; |
6 | 6 | |
7 | 7 | use Laminas\Server\Client; |
8 | -use PHPUnit\Framework\MockObject\MockObject; |
|
9 | 8 | use PHPUnit\Framework\TestCase; |
10 | 9 | use ProxyManager\Factory\RemoteObject\Adapter\XmlRpc; |
11 | 10 |
@@ -6,7 +6,6 @@ |
||
6 | 6 | |
7 | 7 | use Laminas\Code\Generator\ClassGenerator; |
8 | 8 | use Laminas\Code\Generator\MethodGenerator; |
9 | -use PHPUnit\Framework\MockObject\MockObject; |
|
10 | 9 | use PHPUnit\Framework\TestCase; |
11 | 10 | use ProxyManager\Generator\Util\ClassGeneratorUtils; |
12 | 11 | use ProxyManagerTestAsset\BaseClass; |
@@ -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\AccessInterceptor\MethodGenerator\SetMethodPrefixInterceptor; |
12 | 11 |
@@ -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\AccessInterceptor\MethodGenerator\SetMethodSuffixInterceptor; |
12 | 11 |
@@ -5,7 +5,6 @@ |
||
5 | 5 | namespace ProxyManagerTest\ProxyGenerator\AccessInterceptorScopeLocalizer\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\AccessInterceptorScopeLocalizer\MethodGenerator\MagicClone; |
11 | 10 | use ProxyManagerTestAsset\ClassWithMagicMethods; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | namespace ProxyManagerTest\ProxyGenerator\AccessInterceptorScopeLocalizer\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\AccessInterceptorScopeLocalizer\MethodGenerator\MagicGet; |
11 | 10 | use ProxyManagerTestAsset\ClassWithMagicMethods; |