You are here

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

File

tests/blocked_ips_expire.bulk_assign.test, line 37
Contains \BlockedIpsExpireBulkAssign.

Class

BlockedIpsExpireBulkAssign
Tests that IPs without expiry dates can be fixed.

Code

public static function getInfo() {
  return array(
    'name' => 'Blocked IPs Expire: Bulk-assign tests',
    'description' => 'Tests that IPs without expiry dates can be fixed.',
    'group' => 'Blocked IPs Expire',
  );
}