Completed
Push — master ( f4ce27...72c2cd )
by Marco
21:17
created
LazyLoadingValueHolder/MethodGenerator/SetProxyInitializerTest.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\LazyLoadingValueHolder\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\LazyLoadingValueHolder\MethodGenerator\SetProxyInitializer;
10 9
 use Zend\Code\Generator\ParameterGenerator;
Please login to merge, or discard this patch.
ProxyGenerator/RemoteObject/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\RemoteObject\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\RemoteObject\MethodGenerator\MagicGet;
10 9
 use ProxyManagerTestAsset\EmptyClass;
Please login to merge, or discard this patch.
ProxyGenerator/RemoteObject/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\RemoteObject\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\RemoteObject\MethodGenerator\MagicIsset;
10 9
 use ProxyManagerTestAsset\EmptyClass;
Please login to merge, or discard this patch.
ProxyGenerator/RemoteObject/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\RemoteObject\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\RemoteObject\MethodGenerator\MagicSet;
10 9
 use ProxyManagerTestAsset\EmptyClass;
Please login to merge, or discard this patch.
ProxyGenerator/RemoteObject/MethodGenerator/MagicUnsetTest.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\RemoteObject\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\RemoteObject\MethodGenerator\MagicUnset;
10 9
 use ProxyManagerTestAsset\EmptyClass;
Please login to merge, or discard this patch.
ProxyGenerator/RemoteObject/MethodGenerator/RemoteObjectMethodTest.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\RemoteObject\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\RemoteObject\MethodGenerator\RemoteObjectMethod;
10 9
 use ProxyManagerTestAsset\BaseClass;
Please login to merge, or discard this patch.
ProxyGenerator/RemoteObject/MethodGenerator/StaticProxyConstructorTest.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\RemoteObject\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\RemoteObject\MethodGenerator\StaticProxyConstructor;
10 9
 use ProxyManagerTestAsset\ClassWithMixedProperties;
Please login to merge, or discard this patch.
ProxyGenerator/ValueHolder/MethodGenerator/ConstructorTest.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\ValueHolder\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\ValueHolder\MethodGenerator\Constructor;
10 9
 use ProxyManagerTestAsset\ClassWithMixedProperties;
Please login to merge, or discard this patch.
ValueHolder/MethodGenerator/GetWrappedValueHolderValueTest.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\ValueHolder\MethodGenerator;
6 6
 
7
-use PHPUnit\Framework\MockObject\MockObject;
8 7
 use PHPUnit\Framework\TestCase;
9 8
 use ProxyManager\ProxyGenerator\ValueHolder\MethodGenerator\GetWrappedValueHolderValue;
10 9
 use Zend\Code\Generator\PropertyGenerator;
Please login to merge, or discard this patch.