@@ -7,7 +7,6 @@ |
||
7 | 7 | use Laminas\Code\Generator\ParameterGenerator; |
8 | 8 | use Laminas\Code\Generator\PropertyGenerator; |
9 | 9 | use Laminas\Code\Generator\TypeGenerator; |
10 | -use PHPUnit\Framework\MockObject\MockObject; |
|
11 | 10 | use PHPUnit\Framework\TestCase; |
12 | 11 | use ProxyManager\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator\SetProxyInitializer; |
13 | 12 | use function array_shift; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | namespace ProxyManagerTest\ProxyGenerator\RemoteObject\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\RemoteObject\MethodGenerator\MagicGet; |
11 | 10 | use ProxyManagerTestAsset\EmptyClass; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | namespace ProxyManagerTest\ProxyGenerator\RemoteObject\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\RemoteObject\MethodGenerator\MagicIsset; |
11 | 10 | use ProxyManagerTestAsset\EmptyClass; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | namespace ProxyManagerTest\ProxyGenerator\RemoteObject\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\RemoteObject\MethodGenerator\MagicSet; |
11 | 10 | use ProxyManagerTestAsset\EmptyClass; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | namespace ProxyManagerTest\ProxyGenerator\RemoteObject\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\RemoteObject\MethodGenerator\MagicUnset; |
11 | 10 | use ProxyManagerTestAsset\EmptyClass; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | |
7 | 7 | use Laminas\Code\Generator\PropertyGenerator; |
8 | 8 | use Laminas\Code\Reflection\MethodReflection; |
9 | -use PHPUnit\Framework\MockObject\MockObject; |
|
10 | 9 | use PHPUnit\Framework\TestCase; |
11 | 10 | use ProxyManager\ProxyGenerator\RemoteObject\MethodGenerator\RemoteObjectMethod; |
12 | 11 | use ProxyManagerTestAsset\BaseClass; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | namespace ProxyManagerTest\ProxyGenerator\RemoteObject\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\RemoteObject\MethodGenerator\StaticProxyConstructor; |
11 | 10 | use ProxyManagerTestAsset\ClassWithMixedProperties; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | namespace ProxyManagerTest\ProxyGenerator\ValueHolder\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\ValueHolder\MethodGenerator\Constructor; |
11 | 10 | use ProxyManagerTestAsset\ClassWithMixedProperties; |
@@ -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\ValueHolder\MethodGenerator\GetWrappedValueHolderValue; |
12 | 11 |