You are here

public static function IPBanFormTest::getInfo in IP Ban 8

Same name and namespace in other branches
  1. 7 ip_ban.test \IPBanFormTest::getInfo()

Implement getInfo().

File

./ip_ban.test, line 79
Tests for ip_ban.module.

Class

IPBanFormTest
Tests the IP Ban admin page form.

Code

public static function getInfo() {
  return array(
    'name' => 'IP Ban admin form test',
    'description' => 'Basic testing for the admin form settings.',
    'group' => 'IP Ban',
  );
}