@@ -4,13 +4,12 @@ |
||
4 | 4 | |
5 | 5 | use Chris\Bundle\FrontRenderBundle\Subscriber\RenderSubscriber; |
6 | 6 | use Chris\Bundle\FrontRenderBundle\Twig\LexerManager; |
7 | +use PHPUnit_Framework_TestCase; |
|
7 | 8 | use Phake; |
8 | 9 | use Phake_IMock; |
9 | -use PHPUnit_Framework_TestCase; |
|
10 | 10 | use Symfony\Component\HttpFoundation\Request; |
11 | 11 | use Symfony\Component\HttpKernel\Event\FilterResponseEvent; |
12 | 12 | use Symfony\Component\HttpKernel\Event\GetResponseEvent; |
13 | -use Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent; |
|
14 | 13 | use Twig_Environment; |
15 | 14 | use Twig_Loader_Filesystem; |
16 | 15 |