Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1821224
LineFoldingIssueTest.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
415 B
Subscribers
None
LineFoldingIssueTest.php
View Options
<?php
namespace
Sabre\VObject
;
class
LineFoldingIssueTest
extends
\PHPUnit_Framework_TestCase
{
function
testRead
()
{
$event
=
<<<ICS
BEGIN:VCALENDAR\r
BEGIN:VEVENT\r
DESCRIPTION:TEST\\n\\n \\n\\nTEST\\n\\n \\n\\nTEST\\n\\n \\n\\nTEST\\n\\nTEST\\nTEST, TEST\r
END:VEVENT\r
END:VCALENDAR\r
ICS;
$obj
=
Reader
::
read
(
$event
);
$this
->
assertEquals
(
$event
,
$obj
->
serialize
());
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Dec 23, 9:34 AM (11 h, 12 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915681
Default Alt Text
LineFoldingIssueTest.php (415 B)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment