7 calls to SessionLimitBaseTestCase::closeAllSessions() in Session Limit 6.2
- SessionLimitLogoutTestCase::testSessionLimitRoles in tests/
session_limit.test - Checks that the session limit is returned correctly by a role.
- SessionLimitLogoutTestCase::testSessionLimitUser in tests/
session_limit.test - Checks that the session limit is returned correctly by a user override.
- SessionLimitLogoutTestCase::testSessionLimitUserMaxPrecedence in tests/
session_limit.test - Check that user override takes precedence over default and role regardless of max.
- SessionLimitLogoutTestCase::testSessionLogoutOnMax1 in tests/
session_limit.test - Test user can only have 1 session, logout oldest.
- SessionLimitLogoutTestCase::testSessionLogoutOnMax2 in tests/
session_limit.test - Test user can only have 2 sessions, logout oldest.
- SessionLimitPreventTestCase::testSessionPreventOnMax1 in tests/
session_limit.test - Test user can only have 1 session, prevent new sessions.
- SessionLimitPreventTestCase::testSessionPreventOnMax2 in tests/
session_limit.test - Test user can only have 2 sessions, prevent new sessions.