public static function IPAddressBlockingTestCase::getInfo in Drupal 7
Implement getInfo().
File
- modules/
system/ system.test, line 702 - Tests for system.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'IP address blocking',
'description' => 'Test IP address blocking.',
'group' => 'System',
);
}