Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
janette committed Dec 28, 2022
1 parent 5777c4f commit 94b9c9f
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=$_SERVER['DOCUMENT_ROOT'];
$abspath = getcwd();
unlink($abspath . $state['destination']);
}

Expand Down

0 comments on commit 94b9c9f

Please sign in to comment.