Page MenuHomePhabricator

BinaryTest.php
No OneTemporary

BinaryTest.php

<?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

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)

Event Timeline