Completed
Push — master ( aaf507...671bd1 )
by Jefersson
03:34
created
tests/ProxyManagerTest/ProxyGenerator/RemoteObjectGeneratorTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 
21 21
 namespace ProxyManagerTest\ProxyGenerator;
22 22
 
23
-use PHPUnit_Framework_TestCase;
24 23
 use ProxyManager\Generator\ClassGenerator;
25 24
 use ProxyManager\Generator\Util\UniqueIdentifierGenerator;
26 25
 use ProxyManager\GeneratorStrategy\EvaluatingGeneratorStrategy;
Please login to merge, or discard this patch.
tests/ProxyManagerTest/ProxyGenerator/NullObjectGeneratorTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 
21 21
 namespace ProxyManagerTest\ProxyGenerator;
22 22
 
23
-use PHPUnit_Framework_TestCase;
24 23
 use ProxyManager\Generator\ClassGenerator;
25 24
 use ProxyManager\Generator\Util\UniqueIdentifierGenerator;
26 25
 use ProxyManager\GeneratorStrategy\EvaluatingGeneratorStrategy;
Please login to merge, or discard this patch.