Completed
Pull Request — master (#552)
by Greg
03:18
created
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/unit/AAA_RunnerErrorTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,9 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 use Robo\Robo;
3 3
 
4
-use Robo\Config\ConfigProcessor;
5
-use Robo\Config\YamlConfigLoader;
6
-
7 4
 /**
8 5
  * This test must run first. :(
9 6
  */
Please login to merge, or discard this patch.
tests/unit/ConfigurationInjectionTest.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 Robo\Robo;
3
-
4 3
 use Robo\Config\ConfigProcessor;
5 4
 use Robo\Config\YamlConfigLoader;
6 5
 
Please login to merge, or discard this patch.
tests/unit/RunnerTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,9 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 use Robo\Robo;
3 3
 
4
-use Robo\Config\ConfigProcessor;
5
-use Robo\Config\YamlConfigLoader;
6
-
7 4
 class RunnerTest extends \Codeception\TestCase\Test
8 5
 {
9 6
     /**
Please login to merge, or discard this patch.