public function tearDown()
 {
     ConnectionManager::drop('twitter');
     StreamWrapper::restoreWrapper('https');
 }
 public function tearDown()
 {
     parent::tearDown();
     StreamWrapper::restoreWrapper('https');
 }
 public function tearDown()
 {
     StreamWrapper::restoreWrapper('https');
     Cache::clear();
 }
 public function tearDown()
 {
     parent::tearDown();
     unset($this->webservice);
     StreamWrapper::restoreWrapper('https');
 }
 protected function tearDown()
 {
     StreamWrapper::restoreWrapper('https');
 }