Beispiel #1
0
 public function testGetType()
 {
     $object = new BitString('A0 12 00 43');
     $this->assertEquals(Identifier::BITSTRING, $object->getType());
 }