예제 #1
0
 public function testGetType()
 {
     $object = new CertificateExtensions();
     $this->assertEquals(Identifier::SET, $object->getType());
 }