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