public function testGetSetType()
 {
     $type = 'Test';
     $this->phoneNumber->setType($type);
     $this->assertEquals($type, $this->phoneNumber->getType());
 }