Completed
Push — master ( 6fc25b...1736b4 )
by Fwolf
04:15
created
src/Fwlib/Html/ListView/Renderer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Fwlib\Html\Helper\IndentAwareTrait;
5 5
 use Fwlib\Html\ListView\Helper\ClassAndIdConfigTrait;
6
-use Fwlib\Util\UtilContainer;
7 6
 use Fwlib\Web\UrlGenerator;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
tests/FwlibTest/Db/DbDataExportTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 use Fwlib\Db\DbDataExport;
5 5
 use Fwlib\Test\AbstractDbRelateTest;
6 6
 use Fwlib\Util\UtilContainer;
7
-use FwlibTest\Aide\TestServiceContainer;
8 7
 
9 8
 /**
10 9
  * @copyright   Copyright 2013-2015 Fwolf
Please login to merge, or discard this patch.
tests/FwlibTest/Html/Generator/ElementFactoryTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Fwlib\Html\Generator\Element\Text;
5 5
 use Fwlib\Html\Generator\ElementFactory;
6
-use Fwolf\Wrapper\PHPUnit\PHPUnitTestCase;
7 6
 use PHPUnit_Framework_MockObject_MockObject as MockObject;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
tests/FwlibTest/Workflow/AbstractManagerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Fwlib\Workflow\ModelInterface;
5 5
 use Fwolf\Wrapper\PHPUnit\PHPUnitTestCase;
6
-use Fwlib\Workflow\AbstractManager;
7 6
 
8 7
 /**
9 8
  * @copyright   Copyright 2014-2015 Fwolf
Please login to merge, or discard this patch.
tests/FwlibTest/Html/Generator/AbstractElementTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Fwlib\Html\Generator\Element\Text;
5 5
 use Fwlib\Html\Generator\ElementFactory;
6
-use Fwolf\Wrapper\PHPUnit\PHPUnitTestCase;
7 6
 use PHPUnit_Framework_MockObject_MockObject as MockObject;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.