Definition at line 7 of file AttachIssueTest.php.
◆ testRead()
Sabre\VObject\AttachIssueTest::testRead |
( |
| ) |
|
Definition at line 9 of file AttachIssueTest.php.
9 {
10
11 $event = <<<ICS
12BEGIN:VCALENDAR\r
13BEGIN:VEVENT\r
14ATTACH;FMTTYPE=;ENCODING=:Zm9v\r
15END:VEVENT\r
16END:VCALENDAR\r
17
18ICS;
20 $this->assertEquals($event, $obj->serialize());
21
22 }
static read($data, $options=0, $charset='UTF-8')
Parses a vCard or iCalendar object, and returns the top component.
References Sabre\VObject\Reader\read().
The documentation for this class was generated from the following file: