You are here

public static function AutologoutAjaxTestCase::getInfo in Automated Logout 7.4

Same name and namespace in other branches
  1. 6.4 tests/autologout.test \AutologoutAjaxTestCase::getInfo()

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

File

tests/autologout.test, line 494
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',
  );
}