You are here

public static function UserLimitUserTestCase::getInfo in User Limit 7

File

./user_limit.test, line 14
Tests for user_limit.module.

Class

UserLimitUserTestCase
Test the functionality of the Honeypot module for an admin user.

Code

public static function getInfo() {
  return array(
    'name' => 'User limit',
    'description' => 'Test User Limit module functionality.',
    'group' => 'User',
  );
}