Extends
lithium\test\UnitSource
public function tearDown() {
try {
$this->db->delete($this->query);
} catch (Exception $e) {}
unset($this->query);
}
public function tearDown() {
try {
$this->db->delete($this->query);
} catch (Exception $e) {}
unset($this->query);
}