Public Member Functions | |
testSuperUserAllDefaultControllerActions () | |
testSuperUserUserStatusActions () | |
testSuperUserDefaultPortletControllerActions () | |
testSuperUserDeleteAction () | |
testSuperUserCreateAction () | |
testSuperUserEditAction () | |
testSuperUserChangeAvatar () | |
testSuperUserChangeOtherUserEmailSignature () | |
testSuperUserChangeAvatarForPermissionsAsRootAndSystemUser () | |
testCanCurrentUserViewALinkRequiringElevatedAccess () | |
testExplicitLoginPermissions () | |
testDateAttributeIsSanitizedCorrectly () | |
testAuditEventsModalList () | |
testGetUsersByPartialStringWithReadPermissionsForSecurableItem () | |
Static Public Member Functions | |
static | setUpBeforeClass () |
User Module Walkthrough for the super user of all possible controller actions. Since this is a super user, he should have access to all controller actions without any exceptions being thrown.
Definition at line 43 of file UsersSuperUserWalkthroughTest.php.
testSuperUserUserStatusActions | ( | ) |
testSuperUserAllDefaultControllerActions
Definition at line 370 of file UsersSuperUserWalkthroughTest.php.
testSuperUserDefaultPortletControllerActions | ( | ) |
testSuperUserUserStatusActions
Definition at line 406 of file UsersSuperUserWalkthroughTest.php.
testSuperUserDeleteAction | ( | ) |
testSuperUserAllDefaultControllerActions
Definition at line 414 of file UsersSuperUserWalkthroughTest.php.
testSuperUserCreateAction | ( | ) |
testSuperUserDeleteAction
Definition at line 421 of file UsersSuperUserWalkthroughTest.php.
testSuperUserEditAction | ( | ) |
testSuperUserCreateAction
Definition at line 450 of file UsersSuperUserWalkthroughTest.php.
testSuperUserChangeAvatarForPermissionsAsRootAndSystemUser | ( | ) |
This would check resolveCanCurrentUserAccessRootUser and resolveAccessingASystemUser in a walkthrough test
Definition at line 627 of file UsersSuperUserWalkthroughTest.php.