public static function BlockedIpsExpireCron::getInfo in Blocked IPs Expire 7
File
- tests/
blocked_ips_expire.cron.test, line 51 - Contains \BlockedIpsExpireCron.
Class
- BlockedIpsExpireCron
- Tests that expired IPs will be unblocked on cron run.
Code
public static function getInfo() {
return array(
'name' => 'Blocked IPs Expire: Cron tests',
'description' => 'Tests that expired IPs will be unblocked on cron run.',
'group' => 'Blocked IPs Expire',
);
}