public function testPresenceOnDateFieldIsNotValid()
 {
     $author = new AuthorPresence();
     $this->assertFalse($author->isValid());
 }
 public function test_presence_on_date_field_is_not_valid()
 {
     $author = new AuthorPresence();
     $this->assert_false($author->is_valid());
 }