예제 #1
0
 public function testGetType()
 {
     $object = new DNSName('test.corvespace.de');
     $this->assertEquals(0x82, $object->getType());
 }