From 849d93ab785aaf7ed6aa6b7402b163a199026f28 Mon Sep 17 00:00:00 2001 From: jastraat Date: Tue, 3 Jan 2023 15:25:33 -0600 Subject: [PATCH] Revert "wip" This reverts commit 5777c4fd61f31a42718ce95c5890a7e23033ccc8. --- 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 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()