Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1820613
BinaryTest.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
320 B
Subscribers
None
BinaryTest.php
View Options
<?php
namespace
Sabre\VObject\Property
;
use
Sabre\VObject
;
class
BinaryTest
extends
\PHPUnit_Framework_TestCase
{
/**
* @expectedException \InvalidArgumentException
*/
function
testMimeDir
()
{
$vcard
=
new
VObject\Component\VCard
();
$vcard
->
add
(
'PHOTO'
,
array
(
'a'
,
'b'
));
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Dec 22, 7:05 AM (4 d, 12 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
916515
Default Alt Text
BinaryTest.php (320 B)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment