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