@@ -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 |
@@ -557,7 +557,7 @@ |
||
557 | 557 | } |
558 | 558 | |
559 | 559 | /** |
560 | - * @param mixed $expected |
|
560 | + * @param string $expected |
|
561 | 561 | * @param mixed $actual |
562 | 562 | */ |
563 | 563 | private static function assertByRefVariableValueSame($expected, &$actual) : void |
@@ -678,7 +678,7 @@ |
||
678 | 678 | } |
679 | 679 | |
680 | 680 | /** |
681 | - * @param mixed $expected |
|
681 | + * @param string $expected |
|
682 | 682 | * @param mixed $actual |
683 | 683 | */ |
684 | 684 | private static function assertByRefVariableValueSame($expected, &$actual) : void |
@@ -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 |