Skip to content

Commit

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

$this->assertTrue(true);

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

Expand Down

0 comments on commit d78cb98

Please sign in to comment.