Skip to content

Commit

Permalink
slight fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AmraniCh committed Jun 27, 2021
1 parent 517d079 commit 6887593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FtpClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ public function testCopyWithDirectorySource()
&& $client->createDir($this->testDir)
&& $client->createFile($this->testDir . '/' . basename($this->testFile), 'hey there!')
) {
$this->assertTrue($client->copy($this->testFile, $testDir2));
$this->assertTrue($client->copy($this->testDir, $testDir2));
$client->removeDir($this->testDir);
$client->removeDir($testDir2);
} else {
Expand Down

0 comments on commit 6887593

Please sign in to comment.