コード例 #1
0
ファイル: SqliteBackendTest.php プロジェクト: alab1001101/zf2
 public function tearDown()
 {
     parent::tearDown();
     unset($this->_instance);
     @unlink($this->_cache_dir . 'cache.db');
     $this->rmdir();
 }
コード例 #2
0
 public function tearDown()
 {
     parent::tearDown();
     unset($this->_instance);
     // We have to wait after a memcache flush
     sleep(1);
 }
コード例 #3
0
ファイル: TwoLevelsBackendTest.php プロジェクト: rexmac/zf2
 public function tearDown()
 {
     parent::tearDown();
     unset($this->_instance);
 }