Merge branch '3.0'

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

View File

@ -738,6 +738,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;
}