Jerome TAMARELLE 9 年之前
父节点
当前提交
b39f8935ed
共有 1 个文件被更改,包括 0 次插入2 次删除
  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;
     }
-
 }