mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 03:27:31 +00:00
SSH2: rm redundant part of SSH2 unit test
This commit is contained in:
parent
bbce7c4762
commit
2e06a14a8a
@ -63,11 +63,6 @@ class Functional_Net_SSH2Test extends PhpseclibFunctionalTestCase
|
|||||||
{
|
{
|
||||||
$ssh = new Net_SSH2($this->getEnv('SSH_HOSTNAME'));
|
$ssh = new Net_SSH2($this->getEnv('SSH_HOSTNAME'));
|
||||||
|
|
||||||
$this->assertTrue(
|
|
||||||
is_object($ssh),
|
|
||||||
'Could not construct NET_SSH2 object.'
|
|
||||||
);
|
|
||||||
|
|
||||||
$this->assertInternalType('string', $ssh->getServerPublicHostKey());
|
$this->assertInternalType('string', $ssh->getServerPublicHostKey());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user