コード例 #1
0
ファイル: dblockingprovider.php プロジェクト: kenwi/core
 public function tearDown()
 {
     $this->connection->executeQuery('DELETE FROM `*PREFIX*file_locks`');
     parent::tearDown();
 }
コード例 #2
0
 public function tearDown()
 {
     $this->memcache->clear();
     parent::tearDown();
 }