Merge branch '2.0' into 3.0

This commit is contained in:
terrafrost 2021-10-12 20:37:34 -05:00
commit 2ec8356121
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;
}