Skip to content

Commit 1da45e9

Browse files
committed
Fix test related to line ending 2
1 parent 5bebb98 commit 1da45e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/spec/PathTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ public function testPathParametersAreArrays()
236236
} elseif ($majorVersion == 5) {
237237
$expected = "{$dirSep}data{$dirSep}issue{$dirSep}155/compiled-symfony-6.yml";
238238
}
239-
if (stripos(PHP_OS, 'WIN') === 0) {
240-
$expected = "{$dirSep}data{$dirSep}issue{$dirSep}155/compiled-symfony-6-windows-lf.yml";
241-
}
239+
// if (stripos(PHP_OS, 'WIN') === 0) {
240+
//// $expected = "{$dirSep}data{$dirSep}issue{$dirSep}155/compiled-symfony-6-windows-lf.yml";
241+
// }
242242

243243
$this->assertFileEquals(dirname(__DIR__) . $expected, dirname(__DIR__) . $dirSep.'compiled.yml');
244244
unlink(dirname(__DIR__) . '/compiled.yml');

0 commit comments

Comments
 (0)