Tests/SFTP: $lstat->$stat

This commit is contained in:
terrafrost 2015-06-27 07:56:47 -05:00
parent df65acb999
commit fb3bd8adff

View File

@ -434,7 +434,7 @@ class Functional_Net_SFTPUserStoryTest extends PhpseclibFunctionalTestCase
{
$stat = $sftp->stat('.');
$this->assertInternalType(
'array', $lstat,
'array', $stat,
'Failed asserting that stat on . returns an array'
);
$lstat = $sftp->lstat('.');