Exemple #1
0
 public function tearDown()
 {
     $this->connection->executeQuery('DELETE FROM `*PREFIX*file_locks`');
     parent::tearDown();
 }
 public function tearDown()
 {
     $this->memcache->clear();
     parent::tearDown();
 }