コード例 #1
0
 protected function tearDown()
 {
     clearstatcache();
     @unlink($this->file);
     $this->file = null;
     parent::tearDown();
 }
コード例 #2
0
 protected function tearDown()
 {
     if (!empty($this->pool)) {
         $this->pool->cleanAllCache();
         unset($this->pool);
     }
     parent::tearDown();
 }
コード例 #3
0
 protected function tearDown()
 {
     parent::tearDown();
 }
コード例 #4
0
 protected function tearDown()
 {
     @unlink($this->logfile);
     parent::tearDown();
 }
コード例 #5
0
 protected function tearDown()
 {
     Context::cleanAllContext();
     parent::tearDown();
 }
コード例 #6
0
 protected function tearDown()
 {
     Apc::cleanAllCache();
     parent::tearDown();
 }
コード例 #7
0
 protected function tearDown()
 {
     Table::cleanAllStatic();
     parent::tearDown();
 }
コード例 #8
0
 protected function tearDown()
 {
     Factory::removeAllObject(true);
     parent::tearDown();
 }
コード例 #9
0
 protected function tearDown()
 {
     @ob_end_clean();
     @unlink($this->logfile);
     parent::tearDown();
 }
コード例 #10
0
 protected function tearDown()
 {
     Config::removeAllNames();
     parent::tearDown();
 }
コード例 #11
0
 protected function tearDown()
 {
     //@exec(sprintf('rm -rf "%s"', __DIR__ . '/tmp'));
     parent::tearDown();
 }