ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
LineFoldingIssueTest.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Sabre\VObject
;
4
5
use
PHPUnit\Framework\TestCase
;
6
7
class
LineFoldingIssueTest
extends
TestCase {
8
9
function
testRead
() {
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
}
24
25
}
Sabre\VObject
Definition:
mergeduplicates.php:4
Sabre\VObject\LineFoldingIssueTest\testRead
testRead()
Definition:
LineFoldingIssueTest.php:9
Sabre\VObject\n
foreach($paths as $path) duplicate contact merge tool n
Definition:
mergeduplicates.php:20
Sabre\VObject\Reader\read
static read($data, $options=0, $charset='UTF-8')
Parses a vCard or iCalendar object, and returns the top component.
Definition:
Reader.php:42
php
Sabre\VObject\LineFoldingIssueTest
Definition:
LineFoldingIssueTest.php:7
TestCase
libs
composer
vendor
sabre
vobject
tests
VObject
LineFoldingIssueTest.php
Generated on Thu Jan 16 2025 19:01:53 for ILIAS by
1.8.13 (using
Doxyfile
)