コード例 #1
0
ファイル: IA5StringTest.php プロジェクト: afk11/phpasn1
 public function testGetIdentifier()
 {
     $object = new IA5String('Hello World');
     $this->assertEquals(chr(Identifier::IA5_STRING), $object->getIdentifier());
 }