Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1821168
Issue64Test.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
445 B
Subscribers
None
Issue64Test.php
View Options
<?php
namespace
Sabre\VObject
;
class
Issue64Test
extends
\PHPUnit_Framework_TestCase
{
function
testRead
()
{
$vcard
=
Reader
::
read
(
file_get_contents
(
dirname
(
__FILE__
)
.
'/issue64.vcf'
));
$vcard
=
$vcard
->
convert
(
\Sabre\VObject\Document
::
VCARD30
);
$vcard
=
$vcard
->
serialize
();
$converted
=
Reader
::
read
(
$vcard
);
$this
->
assertInstanceOf
(
'Sabre
\\
VObject
\\
Component
\\
VCard'
,
$converted
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Dec 23, 5:52 AM (14 h, 56 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915700
Default Alt Text
Issue64Test.php (445 B)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment