Explorar o código

Forgot to remove the actual calls

Adrian Dragus %!s(int64=10) %!d(string=hai) anos
pai
achega
7834dacb88
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      tests/Composer/Test/Util/FilesystemTest.php

+ 0 - 2
tests/Composer/Test/Util/FilesystemTest.php

@@ -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) {