/**
  * @depends testExecute
  */
 public function testOptimize()
 {
     $this->db->optimize('users');
     $this->db->optimize(array('users'));
 }