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.
2 parents 81a7d0f + 8c86a82 commit 51e0acfCopy full SHA for 51e0acf
Tests/FilesystemTest.php
@@ -1741,7 +1741,7 @@ public function testDumpKeepsExistingPermissionsWhenOverwritingAnExistingFile()
1741
file_put_contents($filename, 'FOO BAR');
1742
chmod($filename, 0745);
1743
1744
- $this->filesystem->dumpFile($filename, 'bar', null);
+ $this->filesystem->dumpFile($filename, 'bar');
1745
1746
$this->assertFilePermissions(745, $filename);
1747
}
0 commit comments