protected function tearDown() { $this->removeDataFiles(); static::$filemtime = null; static::$time = null; parent::tearDown(); }
protected function tearDown() { parent::tearDown(); if ($this->db) { $this->db->close(); } $this->destroyApplication(); }
protected function tearDown() { parent::tearDown(); @unlink($this->auth->authFile); }
protected function tearDown() { parent::tearDown(); $this->auth->removeAll(); }