ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
PaymentRequiredTest.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Sabre\DAV\Exception
;
4
5
class
PaymentRequiredTest
extends
\PHPUnit_Framework_TestCase
{
6
7
function
testGetHTTPCode
() {
8
9
$ex =
new
PaymentRequired();
10
$this->assertEquals(402, $ex->getHTTPCode());
11
12
}
13
14
}
Sabre\DAV\Exception\PaymentRequiredTest
Definition:
PaymentRequiredTest.php:5
PHPUnit_Framework_TestCase
Sabre\DAV\Exception\PaymentRequiredTest\testGetHTTPCode
testGetHTTPCode()
Definition:
PaymentRequiredTest.php:7
php
Sabre\DAV\Exception
Definition:
BadRequest.php:3
libs
composer
vendor
sabre
dav
tests
Sabre
DAV
Exception
PaymentRequiredTest.php
Generated on Thu Jan 30 2025 19:01:29 for ILIAS by
1.8.13 (using
Doxyfile
)