protected function tearDown()
 {
     parent::tearDown();
     if ($this->_index instanceof Index) {
         $this->_index->delete();
     }
 }
Exemple #2
0
 protected function tearDown()
 {
     $this->_index1->delete();
     $this->_index2->delete();
     parent::tearDown();
 }
Exemple #3
0
 protected function tearDown()
 {
     parent::tearDown();
     putenv('http_proxy=');
 }
 protected function tearDown()
 {
     $this->index->delete();
     parent::tearDown();
 }