Beispiel #1
0
 public function testIsAlldayEvent()
 {
     $isAlldayEvent = $this->object->isAlldayEvent();
     self::assertTrue(is_bool($isAlldayEvent), 'isAlldayEvent returns a boolean');
 }