ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
testBase (string $called_url, string $target) | |
Static Public Member Functions | |
static | urlProvider () |
Data Fields | |
MockObject | $request_mock |
MockObject | $component_factory_mock |
$refinery | |
$request_builder | |
Protected Member Functions | |
setUp () | |
tearDown () | |
buildDependecies () | |
Private Member Functions | |
updateRequestAndWrapperMockWithParams (array $params) | |
insertDIC (string $key, object $value) | |
Private Attributes | |
ilCtrlInterface MockObject | $ctrl |
LegacyGotoHandler | $subject |
Services MockObject | $http_mock |
array | $dic_backup = [] |
Definition at line 38 of file LegacyGotoHandlerTest.php.
|
protected |
Definition at line 139 of file LegacyGotoHandlerTest.php.
References ILIAS\Repository\ctrl(), and ILIAS\StaticURL\Tests\LegacyGotoHandlerTest\insertDIC().
|
private |
Definition at line 116 of file LegacyGotoHandlerTest.php.
References $DIC, and $GLOBALS.
Referenced by ILIAS\StaticURL\Tests\LegacyGotoHandlerTest\buildDependecies().
|
protected |
Definition at line 52 of file LegacyGotoHandlerTest.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\refinery().
|
protected |
ILIAS\StaticURL\Tests\LegacyGotoHandlerTest::testBase | ( | string | $called_url, |
string | $target | ||
) |
Definition at line 94 of file LegacyGotoHandlerTest.php.
References ILIAS\Repository\refinery(), ILIAS\StaticURL\Handler\LegacyGotoHandler\TARGET, and ILIAS\StaticURL\Tests\LegacyGotoHandlerTest\updateRequestAndWrapperMockWithParams().
|
private |
Definition at line 70 of file LegacyGotoHandlerTest.php.
References $params.
Referenced by ILIAS\StaticURL\Tests\LegacyGotoHandlerTest\testBase().
|
static |
Definition at line 76 of file LegacyGotoHandlerTest.php.
MockObject ILIAS\StaticURL\Tests\LegacyGotoHandlerTest::$component_factory_mock |
Definition at line 41 of file LegacyGotoHandlerTest.php.
|
private |
Definition at line 44 of file LegacyGotoHandlerTest.php.
|
private |
Definition at line 50 of file LegacyGotoHandlerTest.php.
|
private |
Definition at line 49 of file LegacyGotoHandlerTest.php.
ILIAS\StaticURL\Tests\LegacyGotoHandlerTest::$refinery |
Definition at line 42 of file LegacyGotoHandlerTest.php.
ILIAS\StaticURL\Tests\LegacyGotoHandlerTest::$request_builder |
Definition at line 43 of file LegacyGotoHandlerTest.php.
MockObject ILIAS\StaticURL\Tests\LegacyGotoHandlerTest::$request_mock |
Definition at line 40 of file LegacyGotoHandlerTest.php.
|
private |
Definition at line 45 of file LegacyGotoHandlerTest.php.