File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \DependencyInjection \Tests \Compiler ;
13
13
14
14
use PHPUnit \Framework \TestCase ;
15
- use Symfony \Component \Config \Definition \BaseNode ;
16
15
use Symfony \Component \Config \Definition \Builder \TreeBuilder ;
17
16
use Symfony \Component \Config \Definition \ConfigurationInterface ;
18
17
use Symfony \Component \Config \Resource \FileResource ;
@@ -135,10 +134,6 @@ public function testThrowingExtensionsGetMergedBag()
135
134
136
135
public function testReuseEnvPlaceholderGeneratedByPreviousExtension ()
137
136
{
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
-
142
137
$ container = new ContainerBuilder ();
143
138
$ container ->registerExtension (new FooExtension ());
144
139
$ container ->registerExtension (new TestCccExtension ());
You can’t perform that action at this time.
0 commit comments