mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
Forgot to remove the actual calls
This commit is contained in:
parent
96ff1c5014
commit
7834dacb88
1 changed files with 0 additions and 2 deletions
|
@ -189,7 +189,6 @@ class FilesystemTest extends TestCase
|
|||
@mkdir($basepath . "/real", 0777, true);
|
||||
touch($basepath . "/real/FILE");
|
||||
|
||||
$this->skipTestIfSymlinkPhpFunctionIsMissing();
|
||||
$result = @symlink($basepath . "/real", $symlinked);
|
||||
|
||||
if (!$result) {
|
||||
|
@ -219,7 +218,6 @@ class FilesystemTest extends TestCase
|
|||
$symlinked = $basepath . "/linked";
|
||||
$symlinkedTrailingSlash = $symlinked . "/";
|
||||
|
||||
$this->skipTestIfSymlinkPhpFunctionIsMissing();
|
||||
$result = @symlink($basepath . "/real", $symlinked);
|
||||
|
||||
if (!$result) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue