ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Class WrapperTest. More...
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] |
![]() | |
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().
ILIAS\HTTP\WrapperTest::testCookie | ( | ) |
Definition at line 126 of file WrapperTest.php.
References ILIAS\HTTP\WrapperTest\$cookie, and ILIAS\Repository\refinery().
ILIAS\HTTP\WrapperTest::testPost | ( | ) |
Definition at line 101 of file WrapperTest.php.
References ILIAS\HTTP\WrapperTest\$post, and ILIAS\Repository\refinery().
ILIAS\HTTP\WrapperTest::testQuery | ( | ) |
Definition at line 76 of file WrapperTest.php.
References ILIAS\Repository\refinery().
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.