Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1820556
AttachIssueTest.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
349 B
Subscribers
None
AttachIssueTest.php
View Options
<?php
namespace
Sabre\VObject
;
class
AttachIssueTest
extends
\PHPUnit_Framework_TestCase
{
function
testRead
()
{
$event
=
<<<ICS
BEGIN:VCALENDAR\r
BEGIN:VEVENT\r
ATTACH;FMTTYPE=;ENCODING=:Zm9v\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
Sun, Dec 22, 5:35 AM (4 d, 13 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915720
Default Alt Text
AttachIssueTest.php (349 B)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment