Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1821248
Issue26Test.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
666 B
Subscribers
None
Issue26Test.php
View Options
<?php
namespace
Sabre\VObject
;
use
DateTime
,
DateTimeZone
;
class
Issue26Test
extends
\PHPUnit_Framework_TestCase
{
/**
* @expectedException \InvalidArgumentException
*/
function
testExpand
()
{
$input
=
<<<ICS
BEGIN:VCALENDAR
VERSION:2.0
BEGIN:VEVENT
UID:bae5d57a98
RRULE:FREQ=MONTHLY;BYDAY=0MO,0TU,0WE,0TH,0FR;INTERVAL=1
DTSTART;VALUE=DATE:20130401
DTEND;VALUE=DATE:20130402
END:VEVENT
END:VCALENDAR
ICS;
$vcal
=
Reader
::
read
(
$input
);
$this
->
assertInstanceOf
(
'Sabre
\\
VObject
\\
Component
\\
VCalendar'
,
$vcal
);
$it
=
new
Recur\EventIterator
(
$vcal
,
'bae5d57a98'
);
iterator_to_array
(
$it
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Dec 23, 11:42 AM (9 h, 28 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915838
Default Alt Text
Issue26Test.php (666 B)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment