public static function IpAddressBlockingTest::getInfo

File

drupal/core/modules/ban/lib/Drupal/ban/Tests/IpAddressBlockingTest.php, line 21
Definition of Drupal\ban\Tests\IpAddressBlockingTest.

Class

IpAddressBlockingTest

Namespace

Drupal\ban\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'IP address banning',
    'description' => 'Test IP address banning.',
    'group' => 'Ban',
  );
}