Exemplo n.º 1
0
 /**
  * @expectedException \Ical\Exception\RuntimeException
  */
 public function testOnThrowsExceptionIfNotMidnight()
 {
     $on = new \DateTime('2015-01-01T00:00:01Z');
     $event = new Event('test-1');
     $event->on($on);
 }