From 7834dacb885c5baedc7e4a1cd26ced39276cd0d0 Mon Sep 17 00:00:00 2001 From: Adrian Dragus Date: Tue, 21 Apr 2015 01:26:09 +0100 Subject: [PATCH] Forgot to remove the actual calls --- tests/Composer/Test/Util/FilesystemTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Composer/Test/Util/FilesystemTest.php b/tests/Composer/Test/Util/FilesystemTest.php index 00b746d60..8c86c7896 100644 --- a/tests/Composer/Test/Util/FilesystemTest.php +++ b/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) {