/**
  * @expectedException     Mookofe\LaravelSupport\Exceptions\AttributeNotFoundException
  */
 public function testGetHumanDateAttrNotFound()
 {
     $model = new Model();
     //Asserts
     $model->getHumanDate('date');
 }