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 6ddb4f5 + 940826c commit 8c86a82Copy full SHA for 8c86a82
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