Definition at line 9 of file Issue48Test.php.
◆ testExpand()
Sabre\VObject\Issue48Test::testExpand |
( |
| ) |
|
Definition at line 11 of file Issue48Test.php.
References Sabre\VObject\$input, $result, $tz, $vcal, and Sabre\VObject\Reader\read().
17 DTEND;TZID=Europe/Moscow:20130710T120000
18 DTSTART;TZID=Europe/Moscow:20130710T110000
19 RRULE:FREQ=DAILY;UNTIL=20130712T195959Z
23 DTEND;TZID=Europe/Moscow:20130713T120000
24 DTSTART;TZID=Europe/Moscow:20130713T110000
25 RECURRENCE-ID;TZID=Europe/Moscow:20130711T110000
31 $this->assertInstanceOf(
'Sabre\\VObject\\Component\\VCalendar',
$vcal);
33 $it =
new Recur\EventIterator(
$vcal,
'foo');
35 $result = iterator_to_array($it);
45 $this->assertEquals($expected,
$result);
static read($data, $options=0, $charset='UTF-8')
Parses a vCard or iCalendar object, and returns the top component.
The documentation for this class was generated from the following file:
- libs/composer/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/Issue48Test.php