Completed
Push — master ( dfc740...730fa0 )
by Marco
14s queued 10s
created
tests/ProxyManagerTest/Factory/RemoteObject/Adapter/BaseAdapterTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
tests/ProxyManagerTest/Factory/RemoteObject/Adapter/JsonRpcTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
tests/ProxyManagerTest/Factory/RemoteObject/Adapter/SoapTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
tests/ProxyManagerTest/Factory/RemoteObject/Adapter/XmlRpcTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
tests/ProxyManagerTest/Generator/Util/ClassGeneratorUtilsTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
AccessInterceptor/MethodGenerator/SetMethodPrefixInterceptorTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
AccessInterceptor/MethodGenerator/SetMethodSuffixInterceptorTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
AccessInterceptorScopeLocalizer/MethodGenerator/MagicCloneTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
AccessInterceptorScopeLocalizer/MethodGenerator/MagicGetTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.