Skip to content

Commit a38d47e

Browse files
committed
Test
1 parent 50fc31e commit a38d47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/spec/PathTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public function testPathParametersAreArrays()
240240
$expected = $baseExpected."compiled-symfony-6.yml";
241241
}
242242
if (stripos(PHP_OS, 'WIN') === 0) { # fixes https://github.com/cebe/php-openapi/actions/runs/14808968938/job/41581244210
243-
file_put_contents($output, preg_replace('~\R~', "\n", file_get_contents($output)));
243+
// file_put_contents($output, preg_replace('~\R~', "\n", file_get_contents($output)));
244244
file_put_contents($expected, preg_replace('~\R~', "\n", file_get_contents($expected)));
245245
}
246246

0 commit comments

Comments
 (0)