|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilChatroomServerSettingsTest. More...
Inheritance diagram for ilChatroomServerSettingsTest:
Collaboration diagram for ilChatroomServerSettingsTest:Public Member Functions | |
| testConstructor () | |
| setterAndGettersProvider () | |
| testSettersAndGetters ($property, $type, $value) | |
| testGetBaseUrl () | |
| testGenerateClientUrlIfEnabled () | |
| testGenerateClientUrlIfDisabled () | |
| testGenerateIliasUrlIfEnabled () | |
| testGenerateIliasUrlIfDisabled () | |
| testGetUrl () | |
Protected Member Functions | |
| setUp () | |
Protected Attributes | |
| $settings | |
Class ilChatroomServerSettingsTest.
Definition at line 7 of file class.ilChatroomServerSettingsTest.php.
| ilChatroomServerSettingsTest::setterAndGettersProvider | ( | ) |
Definition at line 33 of file class.ilChatroomServerSettingsTest.php.
|
protected |
Definition at line 14 of file class.ilChatroomServerSettingsTest.php.
References defined, and settings().
Here is the call graph for this function:| ilChatroomServerSettingsTest::testConstructor | ( | ) |
Definition at line 28 of file class.ilChatroomServerSettingsTest.php.
References settings().
Here is the call graph for this function:| ilChatroomServerSettingsTest::testGenerateClientUrlIfDisabled | ( | ) |
Definition at line 114 of file class.ilChatroomServerSettingsTest.php.
References $domain, GuzzleHttp\Psr7\$protocol, settings(), and sprintf.
Here is the call graph for this function:| ilChatroomServerSettingsTest::testGenerateClientUrlIfEnabled | ( | ) |
Definition at line 97 of file class.ilChatroomServerSettingsTest.php.
References $domain, GuzzleHttp\Psr7\$protocol, settings(), and sprintf.
Here is the call graph for this function:| ilChatroomServerSettingsTest::testGenerateIliasUrlIfDisabled | ( | ) |
Definition at line 148 of file class.ilChatroomServerSettingsTest.php.
References $domain, GuzzleHttp\Psr7\$protocol, settings(), and sprintf.
Here is the call graph for this function:| ilChatroomServerSettingsTest::testGenerateIliasUrlIfEnabled | ( | ) |
Definition at line 131 of file class.ilChatroomServerSettingsTest.php.
References $domain, GuzzleHttp\Psr7\$protocol, settings(), and sprintf.
Here is the call graph for this function:| ilChatroomServerSettingsTest::testGetBaseUrl | ( | ) |
Definition at line 83 of file class.ilChatroomServerSettingsTest.php.
References $domain, GuzzleHttp\Psr7\$protocol, settings(), and sprintf.
Here is the call graph for this function:| ilChatroomServerSettingsTest::testGetUrl | ( | ) |
Definition at line 165 of file class.ilChatroomServerSettingsTest.php.
References $action, $domain, GuzzleHttp\Psr7\$protocol, ilChatroomServerSettings\PREFIX, settings(), and sprintf.
Here is the call graph for this function:| ilChatroomServerSettingsTest::testSettersAndGetters | ( | $property, | |
| $type, | |||
| $value | |||
| ) |
| string | $property | |
| string | $type | |
| mixed | $value | @dataProvider setterAndGettersProvider |
Definition at line 59 of file class.ilChatroomServerSettingsTest.php.
References $type, settings(), and sprintf.
Here is the call graph for this function:
|
protected |
Definition at line 12 of file class.ilChatroomServerSettingsTest.php.