mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-18 03:05:11 +00:00
SFTP: fix unit test
This commit is contained in:
parent
366410e2e1
commit
05baf7b73b
@ -322,7 +322,7 @@ class Functional_Net_SFTPUserStoryTest extends PhpseclibFunctionalTestCase
|
||||
public function testSymlink($sftp)
|
||||
{
|
||||
$this->assertTrue(
|
||||
$sftp->symlink('symlink', 'file3.txt'),
|
||||
$sftp->symlink('file3.txt', 'symlink'),
|
||||
'Failed asserting that a symlink could be created'
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user