Test Failed
Push — master ( be4fb1...94e0b6 )
by Jean-Bernard
01:54
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 2 patches
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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
 
88 88
     public function registerContainerConfiguration(LoaderInterface $loader)
89 89
     {
90
-        $loader->load(function (ContainerBuilder $container) use ($loader) {
90
+        $loader->load(function(ContainerBuilder $container) use ($loader) {
91 91
             // $container->loadFromExtension('framework', array(
92 92
             //     'router' => array(
93 93
             //         'resource' => 'kernel:loadRoutes',
Please login to merge, or discard this patch.