| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Inheritance diagram for ilObjUserTest:
 Inheritance diagram for ilObjUserTest: Collaboration diagram for ilObjUserTest:
 Collaboration diagram for ilObjUserTest:| Public Member Functions | |
| testCreateSetLookupDelete () | |
| Creates a user, sets preferences, lookups data, changes password, accept user agreement, delete user. | |
| testAuthAndEmailMethods () | |
| Auth and email related methods. | |
| testPersonalDesktopItems () | |
| Personal Desktop Items. | |
| testSearch () | |
| Search methods. | |
| testClipboard () | |
| Clipboard. | |
| testMiscellaneous () | |
| Miscellaneous. | |
| Protected Member Functions | |
| setUp () | |
| Protected Attributes | |
| $backupGlobals = FALSE | |
Definition at line 4 of file ilObjUserTest.php.
| 
 | protected | 
Definition at line 8 of file ilObjUserTest.php.
References ilUnitUtil\performInitialisation().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjUserTest::testAuthAndEmailMethods | ( | ) | 
Auth and email related methods.
Definition at line 148 of file ilObjUserTest.php.
References $d, $user, 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:
 Here is the call graph for this function:| ilObjUserTest::testClipboard | ( | ) | 
Clipboard.
Definition at line 317 of file ilObjUserTest.php.
References $d, $user, ilObjUser\_getUsersForClipboadObject(), and IL_PASSWD_PLAIN.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjUserTest::testCreateSetLookupDelete | ( | ) | 
Creates a user, sets preferences, lookups data, changes password, accept user agreement, delete user.
Definition at line 18 of file ilObjUserTest.php.
References $d, $n, $user, ilObjUser\_checkPassword(), ilObjUser\_hasAcceptedAgreement(), 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:
 Here is the call graph for this function:| ilObjUserTest::testMiscellaneous | ( | ) | 
Miscellaneous.
Definition at line 378 of file ilObjUserTest.php.
References ilObjUser\_getAllUserAssignedStyles(), ilObjUser\_getNumberOfUsersForStyle(), and ilObjUser\_moveUsersToStyle().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjUserTest::testPersonalDesktopItems | ( | ) | 
Personal Desktop Items.
Definition at line 228 of file ilObjUserTest.php.
References $d, $user, and IL_PASSWD_PLAIN.
| ilObjUserTest::testSearch | ( | ) | 
Search methods.
Definition at line 285 of file ilObjUserTest.php.
References ilObjUser\_getAllUserData(), and ilObjUser\searchUsers().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Definition at line 6 of file ilObjUserTest.php.