Completed
Push — master ( dfc740...730fa0 )
by Marco
14s queued 10s
created
AccessInterceptorScopeLocalizer/MethodGenerator/MagicSetTest.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\MagicSet;
11 10
 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
@@ -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\MagicSleep;
11 10
 use ProxyManagerTestAsset\ClassWithMagicMethods;
Please login to merge, or discard this patch.
AccessInterceptorScopeLocalizer/MethodGenerator/MagicUnsetTest.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\MagicUnset;
11 10
 use ProxyManagerTestAsset\ClassWithMagicMethods;
Please login to merge, or discard this patch.
MethodGenerator/Util/InterceptorGeneratorTest.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\ParameterGenerator;
8 8
 use Laminas\Code\Generator\PropertyGenerator;
9
-use PHPUnit\Framework\MockObject\MockObject;
10 9
 use PHPUnit\Framework\TestCase;
11 10
 use ProxyManager\Generator\MethodGenerator;
12 11
 use ProxyManager\ProxyGenerator\AccessInterceptorScopeLocalizer\MethodGenerator\Util\InterceptorGenerator;
Please login to merge, or discard this patch.
AccessInterceptorValueHolder/MethodGenerator/InterceptedMethodTest.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\Reflection\MethodReflection;
9
-use PHPUnit\Framework\MockObject\MockObject;
10 9
 use PHPUnit\Framework\TestCase;
11 10
 use ProxyManager\Generator\MethodGenerator;
12 11
 use ProxyManager\ProxyGenerator\AccessInterceptorValueHolder\MethodGenerator\InterceptedMethod;
Please login to merge, or discard this patch.
AccessInterceptorValueHolder/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\AccessInterceptorValueHolder\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\AccessInterceptorValueHolder\MethodGenerator\MagicClone;
11 10
 use ProxyManagerTestAsset\EmptyClass;
Please login to merge, or discard this patch.
AccessInterceptorValueHolder/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\AccessInterceptorValueHolder\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\AccessInterceptorValueHolder\MethodGenerator\MagicGet;
11 10
 use ProxyManager\ProxyGenerator\PropertyGenerator\PublicPropertiesMap;
Please login to merge, or discard this patch.
AccessInterceptorValueHolder/MethodGenerator/MagicIssetTest.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\AccessInterceptorValueHolder\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\AccessInterceptorValueHolder\MethodGenerator\MagicIsset;
11 10
 use ProxyManager\ProxyGenerator\PropertyGenerator\PublicPropertiesMap;
Please login to merge, or discard this patch.
AccessInterceptorValueHolder/MethodGenerator/MagicSetTest.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\AccessInterceptorValueHolder\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\AccessInterceptorValueHolder\MethodGenerator\MagicSet;
11 10
 use ProxyManager\ProxyGenerator\PropertyGenerator\PublicPropertiesMap;
Please login to merge, or discard this patch.