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