SSH2: update unit test

This commit is contained in:
terrafrost 2015-12-07 22:02:02 -06:00
parent faa977c587
commit d8b74a7ee0

View File

@ -39,7 +39,7 @@ class Unit_Net_SSH2Test extends PhpseclibTestCase
public function testGenerateIdentifier()
{
$identifier = $this->createSSHMock()->_generate_identifier();
$this->assertStringStartsWith('SSH-2.0-phpseclib_0.3', $identifier);
$this->assertStringStartsWith('SSH-2.0-phpseclib_1.0', $identifier);
if (extension_loaded('openssl')) {
$this->assertContains('openssl', $identifier);