$filesystem $filesystem : \Symfony\Component\Filesystem\Filesystem Type \Symfony\Component\Filesystem\Filesystem
$symlinkOnWindows $symlinkOnWindows : boolean|null Type boolean|null — Flag for symbolic links on Windows
testCopyForOriginUrlsAndExistingLocalFileDefaultsToCopy() testCopyForOriginUrlsAndExistingLocalFileDefaultsToCopy()
testMkdirCreatesDirectoriesFromTraversableObject() testMkdirCreatesDirectoriesFromTraversableObject()
testRemoveCleansTraversableObjectOfFilesAndDirectories() testRemoveCleansTraversableObjectOfFilesAndDirectories()
testFilesExistsTraversableObjectOfFilesAndDirectories() testFilesExistsTraversableObjectOfFilesAndDirectories()
testFilesNotExistsTraversableObjectOfFilesAndDirectories() testFilesNotExistsTraversableObjectOfFilesAndDirectories()
testChmodWithWrongModLeavesPreviousPermissionsUntouched() testChmodWithWrongModLeavesPreviousPermissionsUntouched()
testChmodChangesZeroModeOnSubdirectoriesOnRecursive() testChmodChangesZeroModeOnSubdirectoriesOnRecursive()
testSymlinkIsOverwrittenIfPointsToDifferentTarget() testSymlinkIsOverwrittenIfPointsToDifferentTarget()
testSymlinkCreatesTargetDirectoryIfItDoesNotExist() testSymlinkCreatesTargetDirectoryIfItDoesNotExist()
testMakePathRelative() testMakePathRelative( $endPath, $startPath, $expectedPath) Parameters $endPath $startPath $expectedPath
testMirrorContentsWithSameNameAsSourceOrTargetWithoutDeleteOption() testMirrorContentsWithSameNameAsSourceOrTargetWithoutDeleteOption()
testMirrorContentsWithSameNameAsSourceOrTargetWithDeleteOption() testMirrorContentsWithSameNameAsSourceOrTargetWithDeleteOption()
testDumpKeepsExistingPermissionsWhenOverwritingAnExistingFile() testDumpKeepsExistingPermissionsWhenOverwritingAnExistingFile()
assertFilePermissions() assertFilePermissions(integer $expectedFilePerms, string $filePath) Parameters integer $expectedFilePerms Expected file permissions as three digits (i.e. 755) string $filePath
markAsSkippedIfSymlinkIsMissing() markAsSkippedIfSymlinkIsMissing( $relative = false) Parameters $relative
normalize() normalize(\Symfony\Component\Filesystem\Tests\string $path) Normalize the given path (transform each blackslash into a real directory separator). Parameters \Symfony\Component\Filesystem\Tests\string $path