Skip to content

Commit c88d23a

Browse files
minor #32623 Remove dead tests fixtures (fancyweb)
This PR was merged into the 3.4 branch. Discussion ---------- Remove dead tests fixtures | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Once this is merged up to 4.2, I will check 4.2. Commits ------- f7e24c2c80 Remove dead tests fixtures
2 parents 5a5f785 + 413f3cf commit c88d23a

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)