Page MenuHomePhabricator

MimeDirTest.php
No OneTemporary

MimeDirTest.php

<?php
namespace Sabre\VObject\Parser;
/**
* Note that most MimeDir related tests can actually be found in the ReaderTest
* class one level up.
*/
class MimeDirTest extends \PHPUnit_Framework_TestCase {
/**
* @expectedException \Sabre\VObject\ParseException
*/
function testParseError() {
$mimeDir = new MimeDir();
$mimeDir->parse(fopen(__FILE__,'a'));
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Dec 22, 2:03 AM (6 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
916571
Default Alt Text
MimeDirTest.php (403 B)

Event Timeline