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