ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilObjUserTest @group needsInstalledILIAS. More...
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.
ilObjUserTest::testClipboard | ( | ) |
Clipboard @group IL_Init.
Definition at line 293 of file ilObjUserTest.php.
References $d, ilObjUser\_getUsersForClipboadObject(), and IL_PASSWD_PLAIN.
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.
ilObjUserTest::testMiscellaneous | ( | ) |
Miscellaneous @group IL_Init.
Definition at line 355 of file ilObjUserTest.php.
References ilObjUser\_getAllUserAssignedStyles(), ilObjUser\_getNumberOfUsersForStyle(), and ilObjUser\_moveUsersToStyle().
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().
|
protected |
Definition at line 10 of file ilObjUserTest.php.