Skip to content

Commit

Permalink
Revert "wip"
Browse files Browse the repository at this point in the history
This reverts commit 5777c4f.
  • Loading branch information
jastraat committed Jan 3, 2023
1 parent d78cb98 commit 849d93a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Processor/RemoteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ public function testCopyAFileWithRemoteProcessor()

$this->assertTrue(true);

$abspath=$_SERVER['DOCUMENT_ROOT'];
unlink($abspath . $state['destination']);

unlink($state['destination']);
}

public function testCurlCopy()
Expand Down

0 comments on commit 849d93a

Please sign in to comment.