Completed
Pull Request — master (#467)
by Marco
23:32
created
tests/ProxyManagerTest/Factory/RemoteObject/Adapter/BaseAdapterTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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\BaseAdapter;
10 9
 use Zend\Server\Client;
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
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace ProxyManagerTest\Generator\Util;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\Generator\Util\ClassGeneratorUtils;
10 9
 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
@@ -4,7 +4,6 @@
 block discarded – undo
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 Zend\Code\Generator\PropertyGenerator;
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
@@ -4,7 +4,6 @@
 block discarded – undo
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 Zend\Code\Generator\PropertyGenerator;
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
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace ProxyManagerTest\ProxyGenerator\AccessInterceptorScopeLocalizer\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\AccessInterceptorScopeLocalizer\MethodGenerator\MagicClone;
10 9
 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
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace ProxyManagerTest\ProxyGenerator\AccessInterceptorScopeLocalizer\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\AccessInterceptorScopeLocalizer\MethodGenerator\MagicGet;
10 9
 use ProxyManagerTestAsset\ClassWithMagicMethods;
Please login to merge, or discard this patch.
AccessInterceptorScopeLocalizer/MethodGenerator/MagicIssetTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace ProxyManagerTest\ProxyGenerator\AccessInterceptorScopeLocalizer\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\AccessInterceptorScopeLocalizer\MethodGenerator\MagicIsset;
10 9
 use ProxyManagerTestAsset\ClassWithMagicMethods;
Please login to merge, or discard this patch.
AccessInterceptorScopeLocalizer/MethodGenerator/MagicSetTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace ProxyManagerTest\ProxyGenerator\AccessInterceptorScopeLocalizer\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\AccessInterceptorScopeLocalizer\MethodGenerator\MagicSet;
10 9
 use ProxyManagerTestAsset\ClassWithMagicMethods;
Please login to merge, or discard this patch.
AccessInterceptorScopeLocalizer/MethodGenerator/MagicSleepTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace ProxyManagerTest\ProxyGenerator\AccessInterceptorScopeLocalizer\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\AccessInterceptorScopeLocalizer\MethodGenerator\MagicSleep;
10 9
 use ProxyManagerTestAsset\ClassWithMagicMethods;
Please login to merge, or discard this patch.