|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\StaticURL\Tests\LegacyGotoHandlerTest:
Collaboration diagram for ILIAS\StaticURL\Tests\LegacyGotoHandlerTest: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().
Here is the call graph for this function:
|
private |
Definition at line 116 of file LegacyGotoHandlerTest.php.
References $DIC, and $GLOBALS.
Referenced by ILIAS\StaticURL\Tests\LegacyGotoHandlerTest\buildDependecies().
Here is the caller graph for this function:
|
protected |
Definition at line 52 of file LegacyGotoHandlerTest.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
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().
Here is the call graph for this function:
|
private |
Definition at line 70 of file LegacyGotoHandlerTest.php.
References $params.
Referenced by ILIAS\StaticURL\Tests\LegacyGotoHandlerTest\testBase().
Here is the caller graph for this function:
|
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.