Forgot to remove the actual calls
parent
96ff1c5014
commit
7834dacb88
|
@ -189,7 +189,6 @@ class FilesystemTest extends TestCase
|
||||||
@mkdir($basepath . "/real", 0777, true);
|
@mkdir($basepath . "/real", 0777, true);
|
||||||
touch($basepath . "/real/FILE");
|
touch($basepath . "/real/FILE");
|
||||||
|
|
||||||
$this->skipTestIfSymlinkPhpFunctionIsMissing();
|
|
||||||
$result = @symlink($basepath . "/real", $symlinked);
|
$result = @symlink($basepath . "/real", $symlinked);
|
||||||
|
|
||||||
if (!$result) {
|
if (!$result) {
|
||||||
|
@ -219,7 +218,6 @@ class FilesystemTest extends TestCase
|
||||||
$symlinked = $basepath . "/linked";
|
$symlinked = $basepath . "/linked";
|
||||||
$symlinkedTrailingSlash = $symlinked . "/";
|
$symlinkedTrailingSlash = $symlinked . "/";
|
||||||
|
|
||||||
$this->skipTestIfSymlinkPhpFunctionIsMissing();
|
|
||||||
$result = @symlink($basepath . "/real", $symlinked);
|
$result = @symlink($basepath . "/real", $symlinked);
|
||||||
|
|
||||||
if (!$result) {
|
if (!$result) {
|
||||||
|
|
Loading…
Reference in New Issue