public function testDeleteHeader_Undefined()
 {
     // fails silently
     $this->object->deleteHeader('undefined');
 }