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