public static function SessionLimitLogoutTestCase::getInfo in Session Limit 6.2
Same name and namespace in other branches
- 8 tests/session_limit.test \SessionLimitLogoutTestCase::getInfo()
- 7.2 tests/session_limit.test \SessionLimitLogoutTestCase::getInfo()
- 2.x tests/session_limit.test \SessionLimitLogoutTestCase::getInfo()
getInfo() returns properties that are displayed in the test selection form.
File
- tests/
session_limit.test, line 391 - Simpletest tests for session_limit.
Class
- SessionLimitLogoutTestCase
- Session limit functions when expected behaviour is to logout oldest session.
Code
public static function getInfo() {
return array(
'name' => 'Session Limit Logout Tests',
'description' => 'Ensure that the session limit module functions as expected when behaviour is set to logout oldest session',
'group' => 'Session Limit',
);
}