Skip to content

Commit 20016f2

Browse files
committed
Check
1 parent 6947e24 commit 20016f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/spec/PathTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public function testPathParametersAreArrays()
240240
//// $expected = "{$dirSep}data{$dirSep}issue{$dirSep}155/compiled-symfony-6-windows-lf.yml";
241241
// }
242242

243-
$this->assertFileEquals(dirname(__DIR__) . $expected, dirname(__DIR__) . $dirSep.'compiled.yml');
243+
$this->assertFileEquals(dirname(__DIR__) . $dirSep.'compiled.yml', dirname(__DIR__) . $expected);
244244
unlink(dirname(__DIR__) . '/compiled.yml');
245245
}
246246

0 commit comments

Comments
 (0)