コード例 #1
0
 protected function tearDown()
 {
     parent::tearDown();
     if ($this->_index instanceof Index) {
         $this->_index->delete();
     }
 }
コード例 #2
0
ファイル: IndicesTest.php プロジェクト: tkaven/Elastica
 protected function tearDown()
 {
     $this->_index1->delete();
     $this->_index2->delete();
     parent::tearDown();
 }
コード例 #3
0
ファイル: HttpTest.php プロジェクト: MediaWiki-stable/1.26.0
 protected function tearDown()
 {
     parent::tearDown();
     putenv('http_proxy=');
 }
コード例 #4
0
 protected function tearDown()
 {
     $this->index->delete();
     parent::tearDown();
 }