public static function SessionLimitPreventTestCase::getInfo in Session Limit 2.x
Same name in this branch
- 2.x tests/session_limit.test \SessionLimitPreventTestCase::getInfo()
- 2.x tests/SessionLimitPreventTestCase.php \Drupal\session_limit\SessionLimitPreventTestCase::getInfo()
Same name and namespace in other branches
- 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_limitCode
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',
);
}