Completed
Push — develop ( 67be7e...e4ed82 )
by Jaap
03:36
created
tests/unit/phpDocumentor/Command/Helper/LoggerHelperTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Monolog\Logger;
17 17
 use phpDocumentor\Configuration;
18 18
 use phpDocumentor\Event\LogEvent;
19
-use PHPUnit\Framework\TestCase;
20 19
 use Psr\Log\LogLevel;
21 20
 use stdClass;
22 21
 use Symfony\Component\Console\Output\OutputInterface;
Please login to merge, or discard this patch.
unit/phpDocumentor/Descriptor/Builder/Reflector/Tags/ParamAssemblerTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,12 +3,9 @@
 block discarded – undo
3 3
 namespace phpDocumentor\Descriptor\Builder\Reflector\Tags;
4 4
 
5 5
 use Mockery as m;
6
-use phpDocumentor\Descriptor\Collection;
7 6
 use phpDocumentor\Descriptor\ProjectDescriptorBuilder;
8 7
 use phpDocumentor\Reflection\DocBlock\Description;
9
-use phpDocumentor\Reflection\DocBlock\Tag\ParamTag;
10 8
 use phpDocumentor\Reflection\DocBlock\Tags\Param;
11
-use phpDocumentor\Reflection\DocBlock\Type\Collection as TypeCollection;
12 9
 use phpDocumentor\Reflection\Types\String_;
13 10
 
14 11
 class ParamAssemblerTest extends \Mockery\Adapter\Phpunit\MockeryTestCase
Please login to merge, or discard this patch.
phpDocumentor/Descriptor/Builder/Reflector/Tags/PropertyAssemblerTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,12 +3,9 @@
 block discarded – undo
3 3
 namespace phpDocumentor\Descriptor\Builder\Reflector\Tags;
4 4
 
5 5
 use Mockery as m;
6
-use phpDocumentor\Descriptor\Collection;
7 6
 use phpDocumentor\Descriptor\ProjectDescriptorBuilder;
8 7
 use phpDocumentor\Reflection\DocBlock\Description;
9
-use phpDocumentor\Reflection\DocBlock\Tag\PropertyTag;
10 8
 use phpDocumentor\Reflection\DocBlock\Tags\Property;
11
-use phpDocumentor\Reflection\DocBlock\Type\Collection as TypeCollection;
12 9
 use phpDocumentor\Reflection\Types\String_;
13 10
 
14 11
 class PropertyAssemblerTest extends \Mockery\Adapter\Phpunit\MockeryTestCase
Please login to merge, or discard this patch.
phpDocumentor/Descriptor/Builder/Reflector/Tags/ReturnAssemblerTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,12 +3,9 @@
 block discarded – undo
3 3
 namespace phpDocumentor\Descriptor\Builder\Reflector\Tags;
4 4
 
5 5
 use Mockery as m;
6
-use phpDocumentor\Descriptor\Collection;
7 6
 use phpDocumentor\Descriptor\ProjectDescriptorBuilder;
8 7
 use phpDocumentor\Reflection\DocBlock\Description;
9
-use phpDocumentor\Reflection\DocBlock\Tag\ReturnTag;
10 8
 use phpDocumentor\Reflection\DocBlock\Tags\Return_;
11
-use phpDocumentor\Reflection\DocBlock\Type\Collection as TypeCollection;
12 9
 use phpDocumentor\Reflection\Types\String_;
13 10
 
14 11
 class ReturnAssemblerTest extends \Mockery\Adapter\Phpunit\MockeryTestCase
Please login to merge, or discard this patch.
unit/phpDocumentor/Descriptor/Builder/Reflector/Tags/VarAssemblerTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,12 +3,9 @@
 block discarded – undo
3 3
 namespace phpDocumentor\Descriptor\Builder\Reflector\Tags;
4 4
 
5 5
 use Mockery as m;
6
-use phpDocumentor\Descriptor\Collection;
7 6
 use phpDocumentor\Descriptor\ProjectDescriptorBuilder;
8 7
 use phpDocumentor\Reflection\DocBlock\Description;
9
-use phpDocumentor\Reflection\DocBlock\Tag\VarTag;
10 8
 use phpDocumentor\Reflection\DocBlock\Tags\Var_;
11
-use phpDocumentor\Reflection\DocBlock\Type\Collection as TypeCollection;
12 9
 use phpDocumentor\Reflection\Types\String_;
13 10
 
14 11
 class VarAssemblerTest extends \Mockery\Adapter\Phpunit\MockeryTestCase
Please login to merge, or discard this patch.
unit/phpDocumentor/Descriptor/Builder/Reflector/TraitAssemblerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use phpDocumentor\Reflection\Fqsen;
18 18
 use phpDocumentor\Reflection\Php\Method;
19 19
 use phpDocumentor\Reflection\Php\Trait_;
20
-use PHPUnit\Framework\TestCase;
21 20
 use Mockery as m;
22 21
 
23 22
 /**
Please login to merge, or discard this patch.
tests/unit/phpDocumentor/Transformer/Configuration/TransformationsTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace phpDocumentor\Transformer\Configuration;
13 13
 
14
-use Mockery as m;
15
-
16 14
 class TransformationsTest extends \Mockery\Adapter\Phpunit\MockeryTestCase
17 15
 {
18 16
     /** @var Transformations */
Please login to merge, or discard this patch.