|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\HTTP\RequestTest:
Collaboration diagram for Sabre\HTTP\RequestTest:Public Member Functions | |
| testConstruct () | |
| testGetQueryParameters () | |
| testGetQueryParametersNoData () | |
| testCreateFromPHPRequest () | |
| @backupGlobals More... | |
| testGetAbsoluteUrl () | |
| testGetPostData () | |
| testGetPath () | |
| testGetPathStrippedQuery () | |
| testGetPathMissingSlash () | |
| testGetPathOutsideBaseUrl () | |
| @expectedException \LogicException More... | |
| testToString () | |
| testToStringAuthorization () | |
| testConstructorWithArray () | |
| @expectedException \InvalidArgumentException More... | |
Definition at line 5 of file RequestTest.php.
| Sabre\HTTP\RequestTest::testConstruct | ( | ) |
Definition at line 7 of file RequestTest.php.
References $request.
| Sabre\HTTP\RequestTest::testConstructorWithArray | ( | ) |
@expectedException \InvalidArgumentException
Definition at line 161 of file RequestTest.php.
References $request.
| Sabre\HTTP\RequestTest::testCreateFromPHPRequest | ( | ) |
@backupGlobals
Definition at line 41 of file RequestTest.php.
References $_SERVER, $request, and Sabre\HTTP\Sapi\getRequest().
Here is the call graph for this function:| Sabre\HTTP\RequestTest::testGetAbsoluteUrl | ( | ) |
Definition at line 50 of file RequestTest.php.
References $r, $s, and Sabre\HTTP\Sapi\createFromServerArray().
Here is the call graph for this function:| Sabre\HTTP\RequestTest::testGetPath | ( | ) |
| Sabre\HTTP\RequestTest::testGetPathMissingSlash | ( | ) |
| Sabre\HTTP\RequestTest::testGetPathOutsideBaseUrl | ( | ) |
| Sabre\HTTP\RequestTest::testGetPathStrippedQuery | ( | ) |
| Sabre\HTTP\RequestTest::testGetPostData | ( | ) |
| Sabre\HTTP\RequestTest::testGetQueryParameters | ( | ) |
Definition at line 20 of file RequestTest.php.
References $request.
| Sabre\HTTP\RequestTest::testGetQueryParametersNoData | ( | ) |
Definition at line 31 of file RequestTest.php.
References $request.
| Sabre\HTTP\RequestTest::testToString | ( | ) |
Definition at line 127 of file RequestTest.php.
References $request.
| Sabre\HTTP\RequestTest::testToStringAuthorization | ( | ) |
Definition at line 142 of file RequestTest.php.
References $request.