コード例 #1
0
ファイル: CharacterStringTest.php プロジェクト: afk11/phpasn1
 public function testGetType()
 {
     $object = new CharacterString('Hello World');
     $this->assertEquals(Identifier::CHARACTER_STRING, $object->getType());
 }