You are here

public static function SessionLimitPreventTestCase::getInfo in Session Limit 7.2

Same name and namespace in other branches
  1. 8 tests/session_limit.test \SessionLimitPreventTestCase::getInfo()
  2. 6.2 tests/session_limit.test \SessionLimitPreventTestCase::getInfo()
  3. 2.x tests/session_limit.test \SessionLimitPreventTestCase::getInfo()

getInfo() returns properties that are displayed in the test selection form.

File

tests/session_limit.test, line 500
Simpletest tests for session_limit.

Class

SessionLimitPreventTestCase
Session limit functionality when behaviour is to prevent login at limit.

Code

public static function getInfo() {
  return array(
    'name' => 'Session Limit Prevent Tests',
    'description' => 'Ensure that the session limit module functions as expected when behaviour is set to prevent new sessions',
    'group' => 'Session Limit',
  );
}