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