|
@@ -5,8 +5,6 @@ |
|
|
block discarded – undo |
|
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 |
Please login to merge, or discard this patch.