Skip to content

Commit 413f3cf

Browse files
committed
Remove dead tests fixtures
1 parent 6265f42 commit 413f3cf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Tests/DependencyInjection/Compiler/AddConsoleCommandPassTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Symfony\Component\Console\Command\Command;
1717
use Symfony\Component\DependencyInjection\ContainerBuilder;
1818
use Symfony\Component\DependencyInjection\Definition;
19-
use Symfony\Component\HttpKernel\Bundle\Bundle;
2019

2120
/**
2221
* @group legacy
@@ -123,7 +122,3 @@ public function testProcessPrivateServicesWithSameCommand()
123122
class MyCommand extends Command
124123
{
125124
}
126-
127-
class ExtensionPresentBundle extends Bundle
128-
{
129-
}

0 commit comments

Comments
 (0)