mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-25 03:16:02 +00:00
ASN1: fix unit test
This commit is contained in:
parent
a2f4a2cbba
commit
3785bebcce
@ -272,8 +272,9 @@ class Unit_File_ASN1Test extends PhpseclibTestCase
|
||||
/**
|
||||
* @group github477
|
||||
*/
|
||||
public function contextSpecificNonConstructed()
|
||||
public function testContextSpecificNonConstructed()
|
||||
{
|
||||
$asn1 = new File_ASN1();
|
||||
$decoded = $asn1->decodeBER(base64_decode('MBaAFJtUo7c00HsI5EPZ4bkICfkOY2Pv'));
|
||||
$this->assertInternalType('string', $decoded[0]['content'][0]['content']);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user