Completed
Push — master ( a20e35...2a3e96 )
by Greg
03:21
created
tests/unit/Task/HgTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use AspectMock\Test as test;
4
-
5 3
 class HgTest extends \Codeception\TestCase\Test
6 4
 {
7 5
     /**
Please login to merge, or discard this patch.
src/Task/Base/Exec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Robo\Task\Base;
3 3
 
4
-use Robo\Common\ExecTrait;
5 4
 use Robo\Contract\CommandInterface;
6 5
 use Robo\Contract\PrintedInterface;
7 6
 use Robo\Contract\SimulatedInterface;
Please login to merge, or discard this patch.
src/Task/Testing/Codecept.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Robo\Exception\TaskException;
6 6
 use Robo\Task\BaseTask;
7 7
 use Robo\Contract\CommandInterface;
8
-use Symfony\Component\Process\Process;
9 8
 
10 9
 /**
11 10
  * Executes Codeception tests
Please login to merge, or discard this patch.
src/Log/ResultPrinter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Robo\Contract\ProgressIndicatorAwareInterface;
7 7
 use Robo\Contract\VerbosityThresholdInterface;
8 8
 use Robo\Common\ProgressIndicatorAwareTrait;
9
-
10 9
 use Psr\Log\LogLevel;
11 10
 use Psr\Log\LoggerAwareInterface;
12 11
 use Psr\Log\LoggerAwareTrait;
Please login to merge, or discard this patch.
tests/src/RoboFileFixture.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
 use Psr\Log\LoggerAwareTrait;
6 6
 use Psr\Log\LoggerAwareInterface;
7
-
8 7
 use Consolidation\AnnotatedCommand\Events\CustomEventAwareInterface;
9 8
 use Consolidation\AnnotatedCommand\Events\CustomEventAwareTrait;
10 9
 use Consolidation\OutputFormatters\StructuredData\PropertyList;
Please login to merge, or discard this patch.
tests/_helpers/CliHelper.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,10 +3,7 @@
 block discarded – undo
3 3
 
4 4
 use Robo\Robo;
5 5
 use Robo\Collection\CollectionBuilder;
6
-use Robo\Task\ValueProviderTask;
7
-
8 6
 use Symfony\Component\Console\Output\ConsoleOutput;
9
-
10 7
 use League\Container\ContainerAwareInterface;
11 8
 use League\Container\ContainerAwareTrait;
12 9
 
Please login to merge, or discard this patch.
src/Collection/Collection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Robo\Exception\TaskException;
13 13
 use Robo\Exception\TaskExitException;
14 14
 use Robo\Contract\CommandInterface;
15
-
16 15
 use Robo\Contract\InflectionInterface;
17 16
 use Robo\State\StateAwareInterface;
18 17
 use Robo\State\StateAwareTrait;
Please login to merge, or discard this patch.
tests/unit/Task/CollectionTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Robo\Robo;
10 10
 use Robo\Result;
11 11
 use Robo\State\Data;
12
-use Robo\Task\BaseTask;
13 12
 use Robo\Collection\Collection;
14 13
 use Robo\Task\ValueProviderTask;
15 14
 use Robo\Task\CollectionTestTask;
Please login to merge, or discard this patch.
tests/unit/Task/ComposerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 use AspectMock\Test as test;
3
-
4 3
 use Robo\Traits\Common\AdjustQuotes;
5 4
 
6 5
 class ComposerTest extends \Codeception\TestCase\Test
Please login to merge, or discard this patch.