Passed
Push — master ( 3b2524...0cacfc )
by Omid
01:24 queued 11s
created
Tests/Command/TestConnectionCommandTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,12 +5,12 @@
 block discarded – undo
5 5
 namespace MovingImage\Bundle\VMProApiBundle\Tests;
6 6
 
7 7
 use MovingImage\Bundle\VMProApiBundle\Command\TestConnectionCommand;
8
+use MovingImage\Client\VMPro\ApiClient;
8 9
 use MovingImage\Client\VMPro\Entity\Channel;
9 10
 use PHPUnit\Framework\TestCase;
10 11
 use Symfony\Component\Console\Application;
11 12
 use Symfony\Component\Console\Tester\CommandTester;
12 13
 use Symfony\Component\DependencyInjection\ContainerInterface;
13
-use MovingImage\Client\VMPro\ApiClient;
14 14
 
15 15
 class TestConnectionCommandTest extends TestCase
16 16
 {
Please login to merge, or discard this patch.