mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-05 21:17:53 +00:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
a684f12065
@ -721,6 +721,8 @@ class Functional_Net_SFTPUserStoryTest extends PhpseclibFunctionalTestCase
|
||||
sleep(5);
|
||||
$sftp->nlist();
|
||||
|
||||
$this->assertTrue(true);
|
||||
|
||||
return $sftp;
|
||||
}
|
||||
|
||||
|
@ -151,6 +151,8 @@ class Functional_Net_SSH2Test extends PhpseclibFunctionalTestCase
|
||||
$ssh->disablePTY();
|
||||
$ssh->exec('pwd');
|
||||
|
||||
$this->assertTrue(true);
|
||||
|
||||
return $ssh;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user