|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilObjUserTest @group needsInstalledILIAS. More...
Inheritance diagram for ilObjUserTest:
Collaboration diagram for ilObjUserTest:Public Member Functions | |
| testCreateSetLookupDelete () | |
| Creates a user, sets preferences, lookups data, delete user @group IL_Init. More... | |
| testAuthAndEmailMethods () | |
| Auth and email related methods @group IL_Init. More... | |
| testPersonalDesktopItems () | |
| Personal Desktop Items @group IL_Init. More... | |
| testSearch () | |
| Search methods @group IL_Init. More... | |
| testClipboard () | |
| Clipboard @group IL_Init. More... | |
| testMiscellaneous () | |
| Miscellaneous @group IL_Init. More... | |
Protected Member Functions | |
| setUp () | |
Protected Attributes | |
| $backupGlobals = FALSE | |
Class ilObjUserTest @group needsInstalledILIAS.
Definition at line 8 of file ilObjUserTest.php.
|
protected |
Definition at line 12 of file ilObjUserTest.php.
| ilObjUserTest::testAuthAndEmailMethods | ( | ) |
Auth and email related methods @group IL_Init.
Definition at line 121 of file ilObjUserTest.php.
References $d, ilObjUser\_checkExternalAuthAccount(), ilObjUser\_externalAccountExists(), ilObjUser\_getExternalAccountsByAuthMode(), ilObjUser\_getLocalAccountsForEmail(), ilObjUser\_getLoginAttempts(), ilObjUser\_getNumberOfUsersPerAuthMode(), ilObjUser\_getUserIdsByEmail(), ilObjUser\_incrementLoginAttempts(), ilObjUser\_lookupAuthMode(), ilObjUser\_resetLoginAttempts(), ilObjUser\_setUserInactive(), ilObjUser\_writeAuthMode(), ilObjUser\_writeExternalAccount(), ilObjUser\getUserIdByEmail(), and IL_PASSWD_PLAIN.
Here is the call graph for this function:| ilObjUserTest::testClipboard | ( | ) |
Clipboard @group IL_Init.
Definition at line 293 of file ilObjUserTest.php.
References $d, ilObjUser\_getUsersForClipboadObject(), and IL_PASSWD_PLAIN.
Here is the call graph for this function:| ilObjUserTest::testCreateSetLookupDelete | ( | ) |
Creates a user, sets preferences, lookups data, delete user @group IL_Init.
Definition at line 22 of file ilObjUserTest.php.
References $d, $n, ilObjUser\_loginExists(), ilObjUser\_lookupClientIP(), ilObjUser\_lookupEmail(), ilObjUser\_lookupExternalAccount(), ilObjUser\_lookupFields(), ilObjUser\_lookupGender(), ilObjUser\_lookupId(), ilObjUser\_lookupLanguage(), ilObjUser\_lookupLastLogin(), ilObjUser\_lookupLogin(), ilObjUser\_lookupName(), ilObjUser\_lookupPref(), ilObjUser\_readUsersProfileData(), ilObjUser\_toggleActiveStatusOfUsers(), ilObjUser\getStoredActive(), and IL_PASSWD_PLAIN.
Here is the call graph for this function:| ilObjUserTest::testMiscellaneous | ( | ) |
Miscellaneous @group IL_Init.
Definition at line 355 of file ilObjUserTest.php.
References ilObjUser\_getAllUserAssignedStyles(), ilObjUser\_getNumberOfUsersForStyle(), and ilObjUser\_moveUsersToStyle().
Here is the call graph for this function:| ilObjUserTest::testPersonalDesktopItems | ( | ) |
Personal Desktop Items @group IL_Init.
Definition at line 202 of file ilObjUserTest.php.
References $d, and IL_PASSWD_PLAIN.
| ilObjUserTest::testSearch | ( | ) |
Search methods @group IL_Init.
Definition at line 260 of file ilObjUserTest.php.
References ilObjUser\_getAllUserData(), and ilObjUser\searchUsers().
Here is the call graph for this function:
|
protected |
Definition at line 10 of file ilObjUserTest.php.