Definition at line 5 of file ExceptionTest.php.
◆ testExceptionStatuses()
Sabre\DAV\ExceptionTest::testExceptionStatuses |
( |
| ) |
|
Definition at line 14 of file ExceptionTest.php.
References $c.
17 'Sabre\\DAV\\Exception\\NotAuthenticated' => 401,
18 'Sabre\\DAV\\Exception\\InsufficientStorage' => 507,
21 foreach (
$c as $class => $status) {
24 $this->assertEquals($status, $obj->getHTTPCode());
◆ testStatus()
Sabre\DAV\ExceptionTest::testStatus |
( |
| ) |
|
Definition at line 7 of file ExceptionTest.php.
10 $this->assertEquals(500, $e->getHTTPCode());
The documentation for this class was generated from the following file: