Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2021-10-12 20:37:27 -05:00
commit a684f12065
2 changed files with 4 additions and 0 deletions

View File

@ -721,6 +721,8 @@ class Functional_Net_SFTPUserStoryTest extends PhpseclibFunctionalTestCase
sleep(5);
$sftp->nlist();
$this->assertTrue(true);
return $sftp;
}

View File

@ -151,6 +151,8 @@ class Functional_Net_SSH2Test extends PhpseclibFunctionalTestCase
$ssh->disablePTY();
$ssh->exec('pwd');
$this->assertTrue(true);
return $ssh;
}