You are here

public static function SessionLimitPreventTestCase::getInfo in Session Limit 2.x

Same name in this branch
  1. 2.x tests/session_limit.test \SessionLimitPreventTestCase::getInfo()
  2. 2.x tests/SessionLimitPreventTestCase.php \Drupal\session_limit\SessionLimitPreventTestCase::getInfo()
Same name and namespace in other branches
  1. 8 tests/SessionLimitPreventTestCase.php \Drupal\session_limit\SessionLimitPreventTestCase::getInfo()

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

File

tests/SessionLimitPreventTestCase.php, line 12

Class

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

Namespace

Drupal\session_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',
  );
}