SSH2: rm redundant part of SSH2 unit test

This commit is contained in:
terrafrost 2014-06-16 23:58:00 -05:00
parent bbce7c4762
commit 2e06a14a8a
1 changed files with 0 additions and 5 deletions

View File

@ -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());
}
}