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.
2 parents cc54055 + 1802eb0 commit 1c7072fCopy full SHA for 1c7072f
Tests/Dumper/PhpDumperTest.php
@@ -107,7 +107,7 @@ public function testDumpRelativeDir()
107
$container->setParameter('foo', 'wiz'.\dirname(__DIR__));
108
$container->setParameter('bar', __DIR__);
109
$container->setParameter('baz', '%bar%/PhpDumperTest.php');
110
- $container->setParameter('buz', \dirname(\dirname(__DIR__)));
+ $container->setParameter('buz', \dirname(__DIR__, 2));
111
$container->compile();
112
113
$dumper = new PhpDumper($container);
0 commit comments