public static function SessionLimitSessionTestCase::getInfo in Session Limit 2.x
Same name in this branch
- 2.x tests/session_limit.test \SessionLimitSessionTestCase::getInfo()
- 2.x tests/SessionLimitSessionTestCase.php \Drupal\session_limit\SessionLimitSessionTestCase::getInfo()
Same name and namespace in other branches
- 8 tests/session_limit.test \SessionLimitSessionTestCase::getInfo()
- 6.2 tests/session_limit.test \SessionLimitSessionTestCase::getInfo()
- 7.2 tests/session_limit.test \SessionLimitSessionTestCase::getInfo()
getInfo() returns properties that are displayed in the test selection form.
File
- tests/
session_limit.test, line 304 - Simpletest tests for session_limit.
Class
- SessionLimitSessionTestCase
- Tests the multiple session test functionality.
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',
);
}