1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-11-27 04:46:26 +01:00

ASN1: cs adjustments to unit test

This commit is contained in:
terrafrost 2014-09-03 00:36:43 -05:00
parent 871e1a3070
commit 36b4b13863

View File

@ -268,4 +268,4 @@ class Unit_File_ASN1_DevTest extends PhpseclibTestCase
$decoded = $asn1->decodeBER(base64_decode($str));
$this->assertEquals(count($decoded[0]['content']), 3);
}
}
}