Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1821518
Issue153Test.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
277 B
Subscribers
None
Issue153Test.php
View Options
<?php
namespace
Sabre\VObject
;
class
Issue153Test
extends
\PHPUnit_Framework_TestCase
{
function
testRead
()
{
$obj
=
Reader
::
read
(
file_get_contents
(
dirname
(
__FILE__
)
.
'/issue153.vcf'
));
$this
->
assertEquals
(
'Test Benutzer'
,
(
string
)
$obj
->
fn
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Dec 24, 1:20 AM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915687
Default Alt Text
Issue153Test.php (277 B)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment