Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1841396
ServiceUnavailableTest.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
245 B
Subscribers
None
ServiceUnavailableTest.php
View Options
<?php
namespace
Sabre\DAV\Exception
;
class
ServiceUnavailableTest
extends
\PHPUnit_Framework_TestCase
{
function
testGetHTTPCode
()
{
$ex
=
new
ServiceUnavailable
();
$this
->
assertEquals
(
503
,
$ex
->
getHTTPCode
());
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jan 7, 3:14 PM (2 d, 21 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
914327
Default Alt Text
ServiceUnavailableTest.php (245 B)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment