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 5bebb98 commit 1da45e9Copy full SHA for 1da45e9
tests/spec/PathTest.php
@@ -236,9 +236,9 @@ public function testPathParametersAreArrays()
236
} elseif ($majorVersion == 5) {
237
$expected = "{$dirSep}data{$dirSep}issue{$dirSep}155/compiled-symfony-6.yml";
238
}
239
- if (stripos(PHP_OS, 'WIN') === 0) {
240
- $expected = "{$dirSep}data{$dirSep}issue{$dirSep}155/compiled-symfony-6-windows-lf.yml";
241
- }
+// if (stripos(PHP_OS, 'WIN') === 0) {
+//// $expected = "{$dirSep}data{$dirSep}issue{$dirSep}155/compiled-symfony-6-windows-lf.yml";
+// }
242
243
$this->assertFileEquals(dirname(__DIR__) . $expected, dirname(__DIR__) . $dirSep.'compiled.yml');
244
unlink(dirname(__DIR__) . '/compiled.yml');
0 commit comments