|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Class ilChatroomUserTest. More...
Inheritance diagram for ilChatroomUserTest:
Collaboration diagram for ilChatroomUserTest:Public Member Functions | |
| testGetUserIdIfNotAnonymous () | |
| testGetUserIdFromSessionIfAnonymous () | |
| testGetUserIdRandomGeneratedIfAnonymous () | |
| testSetUsername (string $username, string $expected) | |
| usernameDataProvider More... | |
| testGetUsernameFromSession () | |
| testGetUsernameFromIlObjUser () | |
| testBuildAnonymousName () | |
| testBuildLogin () | |
| testBuildFullname () | |
| testBuildShortname () | |
| testGetChatNameSuggestionsIfAnonymous () | |
| testGetChatNameSuggestionsIfNotAnonymous () | |
| usernameDataProvider () | |
Protected Member Functions | |
| setUp () | |
Protected Member Functions inherited from ilChatroomAbstractTest | |
| setUp () | |
| tearDown () | |
| createIlChatroomUserMock () | |
| createGlobalIlDBMock () | |
| setGlobalVariable (string $name, $value) | |
Protected Attributes | |
| ilObjUser | $ilUserMock |
| ilChatroomUser | $user |
Protected Attributes inherited from ilChatroomAbstractTest | |
| $ilChatroomMock | |
| $ilChatroomUserMock | |
Class ilChatroomUserTest.
Definition at line 27 of file class.ilChatroomUserTest.php.
|
protected |
Definition at line 189 of file class.ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testBuildAnonymousName | ( | ) |
Definition at line 118 of file class.ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testBuildFullname | ( | ) |
Definition at line 136 of file class.ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testBuildLogin | ( | ) |
Definition at line 128 of file class.ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testBuildShortname | ( | ) |
Definition at line 144 of file class.ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testGetChatNameSuggestionsIfAnonymous | ( | ) |
Definition at line 154 of file class.ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testGetChatNameSuggestionsIfNotAnonymous | ( | ) |
Definition at line 165 of file class.ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testGetUserIdFromSessionIfAnonymous | ( | ) |
Definition at line 43 of file class.ilChatroomUserTest.php.
References ilSession\set(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testGetUserIdIfNotAnonymous | ( | ) |
Definition at line 33 of file class.ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testGetUserIdRandomGeneratedIfAnonymous | ( | ) |
Definition at line 63 of file class.ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testGetUsernameFromIlObjUser | ( | ) |
Need to check if required value isset.
Definition at line 102 of file class.ilChatroomUserTest.php.
References ilSession\set(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testGetUsernameFromSession | ( | ) |
Definition at line 82 of file class.ilChatroomUserTest.php.
References ilSession\set(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testSetUsername | ( | string | $username, |
| string | $expected | ||
| ) |
usernameDataProvider
Definition at line 76 of file class.ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::usernameDataProvider | ( | ) |
Definition at line 181 of file class.ilChatroomUserTest.php.
|
protected |
Definition at line 30 of file class.ilChatroomUserTest.php.
|
protected |
Definition at line 31 of file class.ilChatroomUserTest.php.