protected function tearDown()
 {
     if (!is_null($this->_httpXRequestedWith)) {
         $_SERVER['HTTP_X_REQUESTED_WITH'] = $this->_httpXRequestedWith;
     }
     parent::tearDown();
 }