Jerome TAMARELLE 9 anni fa
parent
commit
b39f8935ed
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      Tests/Controller/HelperControllerTest.php

+ 0 - 2
Tests/Controller/HelperControllerTest.php

@@ -20,7 +20,6 @@ use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\HttpFoundation\Response;
 use Symfony\Component\Validator\ConstraintViolation;
 use Symfony\Component\Validator\ConstraintViolationList;
-use Symfony\Component\HttpKernel\Kernel;
 
 class AdminControllerHelper_Foo
 {
@@ -741,5 +740,4 @@ class HelperControllerTest extends \PHPUnit_Framework_TestCase
 
         return $data;
     }
-
 }