add('VEVENT', array('DURATION' => array('PT1H'))); $this->assertEquals( new \DateInterval('PT1H'), $event->{'DURATION'}->getDateInterval() ); } }