You are here

public static function SessionLimitLogoutTestCase::getInfo in Session Limit 8

Same name in this branch
  1. 8 tests/session_limit.test \SessionLimitLogoutTestCase::getInfo()
  2. 8 tests/SessionLimitLogoutTestCase.php \Drupal\session_limit\SessionLimitLogoutTestCase::getInfo()
Same name and namespace in other branches
  1. 6.2 tests/session_limit.test \SessionLimitLogoutTestCase::getInfo()
  2. 7.2 tests/session_limit.test \SessionLimitLogoutTestCase::getInfo()
  3. 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 387
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',
  );
}