コード例 #1
0
ファイル: SqliteBackendTest.php プロジェクト: jsnshrmn/Suma
 public function tearDown()
 {
     parent::tearDown();
     unset($this->_instance);
     @unlink($this->_cache_dir . 'cache.db');
     $this->rmdir();
 }
コード例 #2
0
ファイル: MemcachedBackendTest.php プロジェクト: vicfryzel/zf
 public function tearDown()
 {
     parent::tearDown();
     unset($this->_instance);
     // We have to wait after a memcache flush
     sleep(1);
 }
コード例 #3
0
 public function tearDown()
 {
     parent::tearDown();
     $this->_instance = null;
     // We have to wait after a memcached flush
     sleep(1);
 }
コード例 #4
0
ファイル: FileBackendTest.php プロジェクト: netvlies/zf
 public function tearDown()
 {
     parent::tearDown();
     unset($this->_instance);
 }