Ejemplo n.º 1
0
 protected function tearDown()
 {
     // make sure the temporary database file is deleted when it has been created (even when a test fails)
     if ($this->dbFile) {
         @unlink($this->dbFile);
     }
     parent::tearDown();
 }
 protected function tearDown()
 {
     $this->memcached = null;
     $this->storage = null;
     parent::tearDown();
 }
Ejemplo n.º 3
0
 protected function tearDown()
 {
     $this->array = array();
     $this->bag = null;
     parent::tearDown();
 }