Completed
Push — master ( dfc740...730fa0 )
by Marco
14s queued 10s
created
LazyLoadingValueHolder/MethodGenerator/GetProxyInitializerTest.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\LazyLoadingValueHolder\MethodGenerator\GetProxyInitializer;
12 11
 
Please login to merge, or discard this patch.
LazyLoadingValueHolder/MethodGenerator/InitializeProxyTest.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\LazyLoadingValueHolder\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\LazyLoadingValueHolder\MethodGenerator\InitializeProxy;
11 10
 
Please login to merge, or discard this patch.
LazyLoadingValueHolder/MethodGenerator/IsProxyInitializedTest.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\LazyLoadingValueHolder\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\LazyLoadingValueHolder\MethodGenerator\IsProxyInitialized;
11 10
 
Please login to merge, or discard this patch.
LazyLoadingValueHolder/MethodGenerator/LazyLoadingMethodInterceptorTest.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\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator\LazyLoadingMethodInterceptor;
12 11
 use ProxyManagerTestAsset\BaseClass;
Please login to merge, or discard this patch.
ProxyGenerator/LazyLoadingValueHolder/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\LazyLoadingValueHolder\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\LazyLoadingValueHolder\MethodGenerator\MagicClone;
11 10
 use ProxyManagerTestAsset\EmptyClass;
Please login to merge, or discard this patch.
ProxyGenerator/LazyLoadingValueHolder/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\LazyLoadingValueHolder\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\LazyLoadingValueHolder\MethodGenerator\MagicGet;
11 10
 use ProxyManager\ProxyGenerator\PropertyGenerator\PublicPropertiesMap;
Please login to merge, or discard this patch.
ProxyGenerator/LazyLoadingValueHolder/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\LazyLoadingValueHolder\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\LazyLoadingValueHolder\MethodGenerator\MagicIsset;
11 10
 use ProxyManager\ProxyGenerator\PropertyGenerator\PublicPropertiesMap;
Please login to merge, or discard this patch.
ProxyGenerator/LazyLoadingValueHolder/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\LazyLoadingValueHolder\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\LazyLoadingValueHolder\MethodGenerator\MagicSet;
11 10
 use ProxyManager\ProxyGenerator\PropertyGenerator\PublicPropertiesMap;
Please login to merge, or discard this patch.
ProxyGenerator/LazyLoadingValueHolder/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\LazyLoadingValueHolder\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\LazyLoadingValueHolder\MethodGenerator\MagicSleep;
11 10
 use ProxyManagerTestAsset\EmptyClass;
Please login to merge, or discard this patch.