Exemple #1
0
 public function tearDown()
 {
     parent::tearDown();
     unset($this->_instance);
     @unlink($this->_cache_dir . 'cache.db');
     $this->rmdir();
 }
 public function tearDown()
 {
     parent::tearDown();
     unset($this->_instance);
     // We have to wait after a memcache flush
     sleep(1);
 }
 public function tearDown()
 {
     parent::tearDown();
     $this->_instance = null;
     // We have to wait after a memcached flush
     sleep(1);
 }
Exemple #4
0
 public function tearDown()
 {
     parent::tearDown();
     unset($this->_instance);
 }