public static function IPAddressBlockingTestCase::getInfo
Implement getInfo().
Archivo
- drupal-7.x/
modules/ system/ system.test, line 662 - Tests for system.module.
Class
Código
public static function getInfo() {
return array(
'name' => 'IP address blocking',
'description' => 'Test IP address blocking.',
'group' => 'System',
);
}