You are here

public static function AutoLogoutByRoleTestCase::getInfo in Automated Logout 7.4

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

File

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

Class

AutoLogoutByRoleTestCase
Tests the autologout's features.

Code

public static function getInfo() {
  return array(
    'name' => 'Autologout Tests by role',
    'description' => 'Ensure that the auto logout module functions as expected for a normal (non admin) user with a role',
    'group' => 'Autologout',
  );
}