mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-30 04:39:21 +01:00
SFTP: syntax error in unit test
This commit is contained in:
parent
f95bf8b10b
commit
366410e2e1
@ -333,7 +333,7 @@ class Functional_Net_SFTPUserStoryTest extends PhpseclibFunctionalTestCase
|
||||
public function testReadlink($sftp)
|
||||
{
|
||||
$this->assertInternalType('string', $sftp->readlink('symlink'),
|
||||
'Failed asserting that a symlink's target could be read'
|
||||
'Failed asserting that a symlink\'s target could be read'
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user