Skip to content

Commit b6a8d63

Browse files
committed
Clean skippable tests that are never skipped
1 parent 97d7ce3 commit b6a8d63

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Tests/Compiler/MergeExtensionConfigurationPassTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\DependencyInjection\Tests\Compiler;
1313

1414
use PHPUnit\Framework\TestCase;
15-
use Symfony\Component\Config\Definition\BaseNode;
1615
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
1716
use Symfony\Component\Config\Definition\ConfigurationInterface;
1817
use Symfony\Component\Config\Resource\FileResource;
@@ -135,10 +134,6 @@ public function testThrowingExtensionsGetMergedBag()
135134

136135
public function testReuseEnvPlaceholderGeneratedByPreviousExtension()
137136
{
138-
if (!property_exists(BaseNode::class, 'placeholderUniquePrefixes')) {
139-
$this->markTestSkipped('This test requires symfony/config ^4.4.11|^5.0.11|^5.1.3');
140-
}
141-
142137
$container = new ContainerBuilder();
143138
$container->registerExtension(new FooExtension());
144139
$container->registerExtension(new TestCccExtension());

0 commit comments

Comments
 (0)