@@ -2,10 +2,7 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Webfactory\ShortcodeBundle\Controller; |
| 4 | 4 | |
| 5 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
|
| 6 | 5 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
| 7 | -use Symfony\Component\DependencyInjection\Container; |
|
| 8 | -use Symfony\Component\DependencyInjection\ContainerBuilder; |
|
| 9 | 6 | use Symfony\Component\HttpFoundation\Request; |
| 10 | 7 | use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
| 11 | 8 | |
@@ -5,8 +5,6 @@ |
||
| 5 | 5 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 6 | 6 | use Symfony\Component\DependencyInjection\Definition; |
| 7 | 7 | use Symfony\Component\DependencyInjection\Reference; |
| 8 | -use Symfony\Component\DependencyInjection\TaggedContainerInterface; |
|
| 9 | -use Thunder\Shortcode\ShortcodeFacade; |
|
| 10 | 8 | use Webfactory\ShortcodeBundle\DependencyInjection\Compiler\ShortcodeCompilerPass; |
| 11 | 9 | |
| 12 | 10 | final class ShortcodeCompilerPassTest extends \PHPUnit_Framework_TestCase |