SFTP: syntax error in unit test

This commit is contained in:
terrafrost 2014-06-19 10:42:20 -05:00
parent f95bf8b10b
commit 366410e2e1

View File

@ -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'
);
}