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.
1 parent a214206 commit efe5f29Copy full SHA for efe5f29
tests/Symfony/NeonTest.php
@@ -24,7 +24,7 @@ public function testExtensionNeon(): void
24
25
self::assertArrayHasKey('symfony', $parameters);
26
self::assertSame([
27
- 'container_xml_path' => __DIR__ . '/container.xml',
+ 'container_xml_path' => __DIR__ . DIRECTORY_SEPARATOR . 'container.xml',
28
'constant_hassers' => true,
29
'console_application_loader' => null,
30
], $parameters['symfony']);
0 commit comments