ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Sabre\VObject\LineFoldingIssueTest Class Reference
+ Inheritance diagram for Sabre\VObject\LineFoldingIssueTest:
+ Collaboration diagram for Sabre\VObject\LineFoldingIssueTest:

Public Member Functions

 testRead ()
 

Detailed Description

Definition at line 7 of file LineFoldingIssueTest.php.

Member Function Documentation

◆ testRead()

Sabre\VObject\LineFoldingIssueTest::testRead ( )

Definition at line 9 of file LineFoldingIssueTest.php.

References Sabre\VObject\n, and Sabre\VObject\Reader\read().

9  {
10 
11  $event = <<<ICS
12 BEGIN:VCALENDAR\r
13 BEGIN:VEVENT\r
14 DESCRIPTION:TEST\\n\\n \\n\\nTEST\\n\\n \\n\\nTEST\\n\\n \\n\\nTEST\\n\\nTEST\\nTEST, TEST\r
15 END:VEVENT\r
16 END:VCALENDAR\r
17 
18 ICS;
19 
20  $obj = Reader::read($event);
21  $this->assertEquals($event, $obj->serialize());
22 
23  }
foreach($paths as $path) duplicate contact merge tool n
static read($data, $options=0, $charset='UTF-8')
Parses a vCard or iCalendar object, and returns the top component.
Definition: Reader.php:42
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: