Test Failed
Push — master ( a02c36...d5a6a5 )
by Jean-Bernard
01:59
created
tests/Component/EngineAsArgumentInKernelControllerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
  */
11 11
 
12 12
 use PHPUnit\Framework\TestCase;
13
-use Symfony\Bridge\Twig\TwigEngine;
14 13
 use Symfony\Component\HttpFoundation\Request;
15 14
 use Symfony\Component\HttpFoundation\Response;
16 15
 use Tests\Component\AppKernel;
Please login to merge, or discard this patch.
tests/Component/AppKernel.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Symfony\Bridge\Twig\TwigEngine;
15 15
 use Symfony\Bundle\FrameworkBundle\Client;
16
-use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
17 16
 use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
18 17
 use Symfony\Component\Config\Loader\LoaderInterface;
19 18
 use Symfony\Component\DependencyInjection\ContainerBuilder;
Please login to merge, or discard this patch.