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