You are here

public static function InactiveUserTest::getInfo in Inactive User 7

Same name and namespace in other branches
  1. 6 inactive_user.test \InactiveUserTest::getInfo()

File

./inactive_user.test, line 20
Test the basic functions of the Inactive User module.

Class

InactiveUserTest
Inactive user module testcase.

Code

public static function getInfo() {
  return array(
    'name' => t('Inactive User'),
    'description' => t('Test Inactive User.'),
    'group' => t('Inactive User'),
  );
}