|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class WrapperTest. More...
Inheritance diagram for ILIAS\HTTP\WrapperTest:
Collaboration diagram for ILIAS\HTTP\WrapperTest:Public Member Functions | |
| testWrapperfactory () | |
| testQuery () | |
| testPost () | |
| testCookie () | |
Protected Member Functions | |
| setUp () | |
| @inheritDoc More... | |
| setUp () | |
| @inheritDoc More... | |
Protected Attributes | |
| Factory | $refinery |
| array | $get = ['key_one' => 1, 'key_two' => 2] |
| array | $post = ['key_one' => 1, 'key_two' => 2] |
| array | $cookie = ['key_one' => 1, 'key_two' => 2] |
Protected Attributes inherited from ILIAS\HTTP\AbstractBaseTestCase | |
| MockObject | $request_interface |
Class WrapperTest.
Definition at line 28 of file WrapperTest.php.
|
protected |
@inheritDoc
Reimplemented from ILIAS\HTTP\AbstractBaseTestCase.
Definition at line 39 of file WrapperTest.php.
References ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\HTTP\WrapperTest::testCookie | ( | ) |
Definition at line 126 of file WrapperTest.php.
References ILIAS\HTTP\WrapperTest\$cookie, and ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\HTTP\WrapperTest::testPost | ( | ) |
Definition at line 101 of file WrapperTest.php.
References ILIAS\HTTP\WrapperTest\$post, and ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\HTTP\WrapperTest::testQuery | ( | ) |
Definition at line 76 of file WrapperTest.php.
References ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\HTTP\WrapperTest::testWrapperfactory | ( | ) |
Definition at line 50 of file WrapperTest.php.
|
protected |
Definition at line 33 of file WrapperTest.php.
Referenced by ILIAS\HTTP\WrapperTest\testCookie().
|
protected |
Definition at line 31 of file WrapperTest.php.
|
protected |
Definition at line 32 of file WrapperTest.php.
Referenced by ILIAS\HTTP\WrapperTest\testPost().
|
protected |
Definition at line 30 of file WrapperTest.php.