mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-27 04:46:26 +01: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'));
|
||||
|
||||
$this->assertTrue(
|
||||
is_object($ssh),
|
||||
'Could not construct NET_SSH2 object.'
|
||||
);
|
||||
|
||||
$this->assertInternalType('string', $ssh->getServerPublicHostKey());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user