You are here

public static function RoleExpireWebTestCase::getInfo in Role Expire 7

File

tests/role_expire.test, line 10

Class

RoleExpireWebTestCase
@package RoleExpireWebTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Role Expire web tests',
    'description' => 'Web tests for the Role Expire module.',
    'group' => 'Role Expire',
  );
}