|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ILIAS\StaticURL\Tests\URIBuilderTest:
Collaboration diagram for ILIAS\StaticURL\Tests\URIBuilderTest:Public Member Functions | |
| getILIAS_HTTP_Paths () | |
| testBaseURI (string $ILIAS_HTTP_PATH, string $expected) | |
| getILIAS_HTTP_Paths More... | |
| getBuilderParts () | |
| testFullBuilder (string $namespace, ?int $ref_id, array $params, string $expected) | |
| getBuilderParts More... | |
Private Attributes | |
| string | $ilias_http_path_backup = null |
| StandardURIBuilder | $uri_builder |
Definition at line 29 of file URIBuilderTest.php.
| ILIAS\StaticURL\Tests\URIBuilderTest::getBuilderParts | ( | ) |
Definition at line 60 of file URIBuilderTest.php.
| ILIAS\StaticURL\Tests\URIBuilderTest::getILIAS_HTTP_Paths | ( | ) |
Definition at line 34 of file URIBuilderTest.php.
| ILIAS\StaticURL\Tests\URIBuilderTest::testBaseURI | ( | string | $ILIAS_HTTP_PATH, |
| string | $expected | ||
| ) |
getILIAS_HTTP_Paths
Definition at line 54 of file URIBuilderTest.php.
References ILIAS\StaticURL\Builder\StandardURIBuilder\getBaseURI().
Here is the call graph for this function:| ILIAS\StaticURL\Tests\URIBuilderTest::testFullBuilder | ( | string | $namespace, |
| ?int | $ref_id, | ||
| array | $params, | ||
| string | $expected | ||
| ) |
getBuilderParts
Definition at line 73 of file URIBuilderTest.php.
References ILIAS\StaticURL\Builder\StandardURIBuilder\build().
Here is the call graph for this function:
|
private |
Definition at line 31 of file URIBuilderTest.php.
|
private |
Definition at line 32 of file URIBuilderTest.php.