/**
  * Get a fake boolean
  * 
  * @return mixed
  */
 protected function getFakeBoolean()
 {
     return (int) $this->fake->boolean();
 }