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 0544b1f commit 29c6162Copy full SHA for 29c6162
src/Symfony/Component/Filesystem/Tests/FilesystemTest.php
@@ -1050,8 +1050,8 @@ public function testCopyShouldKeepExecutionPermission()
1050
{
1051
$this->markAsSkippedIfChmodIsMissing();
1052
1053
- $sourceFilePath = $this->workspace . DIRECTORY_SEPARATOR . 'copy_source_file';
1054
- $targetFilePath = $this->workspace . DIRECTORY_SEPARATOR . 'copy_target_file';
+ $sourceFilePath = $this->workspace.DIRECTORY_SEPARATOR.'copy_source_file';
+ $targetFilePath = $this->workspace.DIRECTORY_SEPARATOR.'copy_target_file';
1055
1056
file_put_contents($sourceFilePath, 'SOURCE FILE');
1057
chmod($sourceFilePath, 0745);
0 commit comments