We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6265f42 commit 413f3cfCopy full SHA for 413f3cf
Tests/DependencyInjection/Compiler/AddConsoleCommandPassTest.php
@@ -16,7 +16,6 @@
16
use Symfony\Component\Console\Command\Command;
17
use Symfony\Component\DependencyInjection\ContainerBuilder;
18
use Symfony\Component\DependencyInjection\Definition;
19
-use Symfony\Component\HttpKernel\Bundle\Bundle;
20
21
/**
22
* @group legacy
@@ -123,7 +122,3 @@ public function testProcessPrivateServicesWithSameCommand()
123
122
class MyCommand extends Command
124
{
125
}
126
-
127
-class ExtensionPresentBundle extends Bundle
128
-{
129
-}
0 commit comments