public static function BlockedIpsExpireUi::getInfo in Blocked IPs Expire 7
File
- tests/blocked_ips_expire.ui.test, line 23 
- Contains \BlockedIpsExpireUi.
Class
- BlockedIpsExpireUi
- Tests that the module correctly modifies the system module blocking UI.
Code
public static function getInfo() {
  return array(
    'name' => 'Blocked IPs Expire: UI tests',
    'description' => 'Tests that the module correctly modifies the system module blocking UI.',
    'group' => 'Blocked IPs Expire',
  );
}