/** @expectedException \Exception */
 public function test_updateById()
 {
     /** === Call and asserts  === */
     $this->obj->updateById('id', 'data');
 }