You are here

public static function AutologoutTestCase::getInfo in Automated Logout 7.4

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

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

File

tests/autologout.test, line 197
Simpletest tests for autologout.

Class

AutologoutTestCase
Tests the autologout's features.

Code

public static function getInfo() {
  return array(
    'name' => 'Autologout Tests',
    'description' => 'Ensure that the autologout module functions as expected',
    'group' => 'Autologout',
  );
}