protected function tearDown()
 {
     //delete any tables we created
     if ($this->adapter->has_table('users', true)) {
         $this->adapter->drop_table('users');
     }
 }