8000 Applied patch to fix CS issue · symfony/symfony@d015977 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit d015977

Browse files
committed
Applied patch to fix CS issue
1 parent cf44cc7 commit d015977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Yaml/Tests/ParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1954,7 +1954,7 @@ public function testParsingNonExistentFilesThrowsException()
19541954
*/
19551955
public function testParsingNotReadableFilesThrowsException()
19561956
{
1957-
if ('\\' === DIRECTORY_SEPARATOR) {
1957+
if ('\\' === \DIRECTORY_SEPARATOR) {
19581958
$this->markTestSkipped('chmod is not supported on Windows');
19591959
}
19601960

0 commit comments

Comments
 (0)
0