diff --git a/test/Processor/RemoteTest.php b/test/Processor/RemoteTest.php index b0089fe..b688cc0 100644 --- a/test/Processor/RemoteTest.php +++ b/test/Processor/RemoteTest.php @@ -38,8 +38,8 @@ public function testCopyAFileWithRemoteProcessor() $this->assertTrue(true); - $abspath=$_SERVER['DOCUMENT_ROOT']; - unlink($abspath . $state['destination']); + + unlink($state['destination']); } public function testCurlCopy()