You are here

public static function BlockedIpsExpireHelpers::getInfo in Blocked IPs Expire 7

File

tests/blocked_ips_expire.helpers.test, line 58
Contains \BlockedIpsExpireHelpers.

Class

BlockedIpsExpireHelpers
Tests that helper functions are operating correctly.

Code

public static function getInfo() {
  return array(
    'name' => 'Blocked IPs Expire: Helper function tests',
    'description' => 'Tests that helper functions are operating correctly.',
    'group' => 'Blocked IPs Expire',
  );
}