ILIAS
trunk Revision v11.0_alpha-1843-g9e1fad99175
|
Public Member Functions | |
testGetUserIdIfNotAnonymous () | |
testGetUserIdFromSessionIfAnonymous () | |
testGetUserIdRandomGeneratedIfAnonymous () | |
testSetUsername (string $username, string $expected) | |
testGetUsernameFromSession () | |
testGetUsernameFromIlObjUser () | |
testBuildAnonymousName () | |
testBuildLogin () | |
testBuildFullname () | |
testBuildShortname () | |
testGetChatNameSuggestionsIfAnonymous () | |
testGetChatNameSuggestionsIfNotAnonymous () | |
Static Public Member Functions | |
static | usernameDataProvider () |
Protected Member Functions | |
setUp () | |
![]() | |
setUp () | |
tearDown () | |
createIlChatroomUserMock () | |
createGlobalIlDBMock () | |
setGlobalVariable (string $name, $value) | |
Protected Attributes | |
ilObjUser &MockObject | $ilUserMock |
ilChatroomUser | $user |
![]() | |
MockObject &ilChatroom | $ilChatroomMock |
MockObject &ilChatroomUser | $ilChatroomUserMock |
Definition at line 24 of file ilChatroomUserTest.php.
|
protected |
Definition at line 183 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
ilChatroomUserTest::testBuildAnonymousName | ( | ) |
Definition at line 112 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
ilChatroomUserTest::testBuildFullname | ( | ) |
Definition at line 130 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
ilChatroomUserTest::testBuildLogin | ( | ) |
Definition at line 122 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
ilChatroomUserTest::testBuildShortname | ( | ) |
Definition at line 138 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
ilChatroomUserTest::testGetChatNameSuggestionsIfAnonymous | ( | ) |
Definition at line 148 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
ilChatroomUserTest::testGetChatNameSuggestionsIfNotAnonymous | ( | ) |
Definition at line 159 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
ilChatroomUserTest::testGetUserIdFromSessionIfAnonymous | ( | ) |
Definition at line 39 of file ilChatroomUserTest.php.
References ilSession\set(), and ILIAS\Repository\user().
ilChatroomUserTest::testGetUserIdIfNotAnonymous | ( | ) |
Definition at line 29 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
ilChatroomUserTest::testGetUserIdRandomGeneratedIfAnonymous | ( | ) |
Definition at line 59 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
ilChatroomUserTest::testGetUsernameFromIlObjUser | ( | ) |
Need to check if required value isset.
Definition at line 96 of file ilChatroomUserTest.php.
References ilSession\set(), and ILIAS\Repository\user().
ilChatroomUserTest::testGetUsernameFromSession | ( | ) |
Definition at line 76 of file ilChatroomUserTest.php.
References ilSession\set(), and ILIAS\Repository\user().
ilChatroomUserTest::testSetUsername | ( | string | $username, |
string | $expected | ||
) |
Definition at line 70 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
|
static |
Definition at line 175 of file ilChatroomUserTest.php.
|
protected |
Definition at line 26 of file ilChatroomUserTest.php.
|
protected |
Definition at line 27 of file ilChatroomUserTest.php.