mirror of
https://github.com/danog/phpseclib.git
synced 2025-01-22 04:51:19 +01:00
Merge branch '2.0' into 3.0
This commit is contained in:
commit
2ec8356121
@ -738,6 +738,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…
x
Reference in New Issue
Block a user