You are here

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

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

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

File

tests/SessionLimitSessionTestCase.php, line 12

Class

SessionLimitSessionTestCase
Tests the multiple session test functionality.

Namespace

Drupal\session_limit

Code

public static function getInfo() {
  return array(
    'name' => 'Session Limit MutiSession Tests',
    'description' => 'Ensure the multi session tests for SimpleTest work as expected',
    'group' => 'Session Limit',
  );
}