コード例 #1
0
 protected function tearDown()
 {
     parent::tearDown();
     $this->_helper->setDefaultAcl(null);
     $this->_helper->setAcl(null);
     $this->_helper->setDefaultRole(null);
     $this->_helper->setRole(null);
 }
コード例 #2
0
ファイル: AbstractTest.php プロジェクト: tpc2/phprack
 protected function tearDown()
 {
     clearstatcache();
     // Remove tmp file
     if ($this->_tmpFileName && file_exists($this->_tmpFileName)) {
         chmod($this->_tmpFileName, 0600);
         // Reset file permissions, for avoid permission denied on Windows
         unlink($this->_tmpFileName);
     }
     parent::tearDown();
 }
コード例 #3
0
ファイル: PhpTest.php プロジェクト: tpc2/phprack
 protected function tearDown()
 {
     parent::tearDown();
     ini_restore('default_socket_timeout');
 }
コード例 #4
0
ファイル: AbstractTest.php プロジェクト: tpc2/phprack
 protected function tearDown()
 {
     unset($this->_adapter);
     parent::tearDown();
 }
コード例 #5
0
 public function tearDown()
 {
     parent::tearDown();
     //        MemcacheHandler::close();
 }
コード例 #6
0
ファイル: AbstractTest.php プロジェクト: tpc2/phprack
 protected function tearDown()
 {
     unset($this->_package);
     parent::tearDown();
 }