5use PHPUnit\Framework\TestCase;
18ATTACH;FMTTYPE=application/postscript:ftp:
24 $prop =
$vcal->VEVENT->ATTACH;
26 $this->assertInstanceOf(
'Sabre\\VObject\\Property\\URI', $prop);
27 $this->assertEquals(
'ftp://example.com/pub/reports/r-960812.ps', $prop->getValue());
An exception for terminatinating execution or to throw for unit testing.
testParseAttach()
See issue #128 for more info.
iCalendar/vCard/jCal/jCard/xCal/xCard reader object.
static read($data, $options=0, $charset='UTF-8')
Parses a vCard or iCalendar object, and returns the top component.