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 6947e24 commit 20016f2Copy full SHA for 20016f2
tests/spec/PathTest.php
@@ -240,7 +240,7 @@ public function testPathParametersAreArrays()
240
//// $expected = "{$dirSep}data{$dirSep}issue{$dirSep}155/compiled-symfony-6-windows-lf.yml";
241
// }
242
243
- $this->assertFileEquals(dirname(__DIR__) . $expected, dirname(__DIR__) . $dirSep.'compiled.yml');
+ $this->assertFileEquals(dirname(__DIR__) . $dirSep.'compiled.yml', dirname(__DIR__) . $expected);
244
unlink(dirname(__DIR__) . '/compiled.yml');
245
}
246
0 commit comments