function IPAddressBlockingTestCase::getInfo

Implement getInfo().

File

modules/system/system.test, line 702

Class

IPAddressBlockingTestCase

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.