public static function AutologoutAjaxTestCase::getInfo in Automated Logout 6.4
Same name and namespace in other branches
- 7.4 tests/autologout.test \AutologoutAjaxTestCase::getInfo()
getInfo() returns properties that are displayed in the test selection form.
File
- tests/
autologout.test, line 334 - Simpletest tests for autologout.
Class
- AutologoutAjaxTestCase
- Test the Autologout ajax endpoints.
Code
public static function getInfo() {
return array(
'name' => 'Autologout Ajax Tests',
'description' => 'Ensure the AJAX endpoints work as expected',
'group' => 'Autologout',
);
}