From 5777c4fd61f31a42718ce95c5890a7e23033ccc8 Mon Sep 17 00:00:00 2001 From: Janette Day Date: Wed, 28 Dec 2022 12:14:02 -0600 Subject: [PATCH] wip --- test/Processor/RemoteTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()