Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1822279
Issue96Test.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
532 B
Subscribers
None
Issue96Test.php
View Options
<?php
namespace
Sabre\VObject
;
class
Issue96Test
extends
\PHPUnit_Framework_TestCase
{
function
testRead
()
{
$input
=
<<<VCF
BEGIN:VCARD
VERSION:2.1
SOURCE:Yahoo Contacts (http://contacts.yahoo.com)
URL;CHARSET=utf-8;ENCODING=QUOTED-PRINTABLE:=
http://www.example.org
END:VCARD
VCF;
$vcard
=
Reader
::
read
(
$input
,
Reader
::
OPTION_FORGIVING
);
$this
->
assertInstanceOf
(
'Sabre
\\
VObject
\\
Component
\\
VCard'
,
$vcard
);
$this
->
assertEquals
(
"http://www.example.org"
,
$vcard
->
url
->
getValue
());
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Dec 24, 4:07 PM (10 h, 49 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915708
Default Alt Text
Issue96Test.php (532 B)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment