public static function IpAnonymizeTestCase::getInfo in IP Anonymize 7
File
- ./
ip_anon.test, line 16 - Tests for IP Anonymize module.
Class
- IpAnonymizeTestCase
- Tests basic IP Anonymize functionality.
Code
public static function getInfo() {
return array(
'name' => 'IP Anonymize tests',
'description' => 'Tests IP Anonymize module.',
'group' => 'IP Anonymize',
);
}