Skip to content

Commit efe5f29

Browse files
mhujerondrejmirtes
authored andcommitted
NeonTest: fix tests on Windows
1 parent a214206 commit efe5f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Symfony/NeonTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function testExtensionNeon(): void
2424

2525
self::assertArrayHasKey('symfony', $parameters);
2626
self::assertSame([
27-
'container_xml_path' => __DIR__ . '/container.xml',
27+
'container_xml_path' => __DIR__ . DIRECTORY_SEPARATOR . 'container.xml',
2828
'constant_hassers' => true,
2929
'console_application_loader' => null,
3030
], $parameters['symfony']);

0 commit comments

Comments
 (0)