Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1820351
MimeDirTest.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
403 B
Subscribers
None
MimeDirTest.php
View Options
<?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
Details
Attached
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)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment