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.
1 parent 3225cf0 commit 940826cCopy full SHA for 940826c
Tests/FilesystemTest.php
@@ -1731,7 +1731,7 @@ public function testDumpKeepsExistingPermissionsWhenOverwritingAnExistingFile()
1731
file_put_contents($filename, 'FOO BAR');
1732
chmod($filename, 0745);
1733
1734
- $this->filesystem->dumpFile($filename, 'bar', null);
+ $this->filesystem->dumpFile($filename, 'bar');
1735
1736
$this->assertFilePermissions(745, $filename);
1737
}
0 commit comments