Skip to content

Commit 51e0acf

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Use concrete user related classes in the tests [Filesystem] Fix dumpFile() method call
2 parents 81a7d0f + 8c86a82 commit 51e0acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FilesystemTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1741,7 +1741,7 @@ public function testDumpKeepsExistingPermissionsWhenOverwritingAnExistingFile()
17411741
file_put_contents($filename, 'FOO BAR');
17421742
chmod($filename, 0745);
17431743

1744-
$this->filesystem->dumpFile($filename, 'bar', null);
1744+
$this->filesystem->dumpFile($filename, 'bar');
17451745

17461746
$this->assertFilePermissions(745, $filename);
17471747
}

0 commit comments

Comments
 (0)