Example #1
0
 public function testIsNotUpdatedFlags()
 {
     $calendarEvent = new CalendarEvent();
     $calendarEvent->setUpdatedAt(null);
     $this->assertFalse($calendarEvent->isUpdatedAtSet());
 }