|
ILIAS
release_8 Revision v8.24
|
Class ilChatroomServerSettingsTest. More...
Inheritance diagram for ilChatroomServerSettingsTest:
Collaboration diagram for ilChatroomServerSettingsTest:Public Member Functions | |
| setterAndGettersProvider () | |
| testSettersAndGetters (string $property, callable $assertionCallback, $value) | |
| testGetBaseUrl () | |
| testGenerateClientUrlIfEnabled () | |
| testGenerateClientUrlIfDisabled () | |
| testGenerateIliasUrlIfEnabled () | |
| testGenerateIliasUrlIfDisabled () | |
| testGetUrl () | |
Protected Member Functions | |
| setUp () | |
Protected Attributes | |
| ilChatroomServerSettings | $settings |
Class ilChatroomServerSettingsTest.
Definition at line 27 of file class.ilChatroomServerSettingsTest.php.
| ilChatroomServerSettingsTest::setterAndGettersProvider | ( | ) |
Definition at line 31 of file class.ilChatroomServerSettingsTest.php.
|
protected |
Definition at line 232 of file class.ilChatroomServerSettingsTest.php.
References ILIAS\Repository\settings().
Here is the call graph for this function:| ilChatroomServerSettingsTest::testGenerateClientUrlIfDisabled | ( | ) |
Definition at line 116 of file class.ilChatroomServerSettingsTest.php.
References ILIAS\Repository\settings().
Here is the call graph for this function:| ilChatroomServerSettingsTest::testGenerateClientUrlIfEnabled | ( | ) |
Definition at line 99 of file class.ilChatroomServerSettingsTest.php.
References ILIAS\Repository\settings().
Here is the call graph for this function:| ilChatroomServerSettingsTest::testGenerateIliasUrlIfDisabled | ( | ) |
Definition at line 150 of file class.ilChatroomServerSettingsTest.php.
References ILIAS\Repository\settings().
Here is the call graph for this function:| ilChatroomServerSettingsTest::testGenerateIliasUrlIfEnabled | ( | ) |
Definition at line 133 of file class.ilChatroomServerSettingsTest.php.
References ILIAS\Repository\settings().
Here is the call graph for this function:| ilChatroomServerSettingsTest::testGetBaseUrl | ( | ) |
Definition at line 85 of file class.ilChatroomServerSettingsTest.php.
References ILIAS\Repository\settings().
Here is the call graph for this function:| ilChatroomServerSettingsTest::testGetUrl | ( | ) |
Definition at line 167 of file class.ilChatroomServerSettingsTest.php.
References $scope, ilChatroomServerSettings\PREFIX, and ILIAS\Repository\settings().
Here is the call graph for this function:| ilChatroomServerSettingsTest::testSettersAndGetters | ( | string | $property, |
| callable | $assertionCallback, | ||
| $value | |||
| ) |
| string | $property | |
| callable | $assertionCallback | |
| mixed | $value | @dataProvider setterAndGettersProvider |
Definition at line 69 of file class.ilChatroomServerSettingsTest.php.
References ILIAS\Repository\settings().
Here is the call graph for this function:
|
protected |
Definition at line 29 of file class.ilChatroomServerSettingsTest.php.