public function testRollback()
 {
     $this->mockEngineMethod('rollback');
     DbClient::rollback();
 }