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