mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-25 19:21:09 +00:00
ASN1: cs adjustments to unit test
This commit is contained in:
parent
871e1a3070
commit
36b4b13863
@ -268,4 +268,4 @@ class Unit_File_ASN1_DevTest extends PhpseclibTestCase
|
|||||||
$decoded = $asn1->decodeBER(base64_decode($str));
|
$decoded = $asn1->decodeBER(base64_decode($str));
|
||||||
$this->assertEquals(count($decoded[0]['content']), 3);
|
$this->assertEquals(count($decoded[0]['content']), 3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user