Skip to content

Commit eeb37f0

Browse files
committed
Cleanup
1 parent a38d47e commit eeb37f0

File tree

2 files changed

+1
-130
lines changed

2 files changed

+1
-130
lines changed

tests/data/issue/155/compiled-symfony-6-windows-lf.yml

Lines changed: 0 additions & 128 deletions
This file was deleted.

tests/spec/PathTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +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)));
244-
file_put_contents($expected, preg_replace('~\R~', "\n", file_get_contents($expected)));
243+
file_put_contents($expected, preg_replace('~\R~', "\n", file_get_contents($expected))); # not an ideal solution, can be refactored
245244
}
246245

247246
$this->assertFileEquals($output, $expected);

0 commit comments

Comments
 (0)