Skip to content

Commit 6755f87

Browse files
Fix merge
1 parent b7f998f commit 6755f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Filesystem/Tests/FilesystemTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ public function testChmodChangesZeroModeOnSubdirectoriesOnRecursive()
496496

497497
$this->filesystem->chmod($directory, 0753, 0000, true);
498498

499-
$this->assertEquals(753, $this->getFilePermissions($subdirectory));
499+
$this->assertFilePermissions(753, $subdirectory);
500500
}
501501

502502
public function testChown()

0 commit comments

Comments
 (0)