function tearDown() { parent::tearDown(); }
/** * Drop the database and kill the connection */ function tearDown() { $this->testdb_helper->drop($this->db); $this->db->closeConnection($this->conn); parent::tearDown(); }