public static function RestrictByIpUnitTestCase::getInfo in Restrict Login or Role Access by IP Address 7.3
File
- ./
restrict_by_ip.test, line 477
Class
Code
public static function getInfo() {
return array(
'name' => 'Restrict By IP Unit Tests',
'description' => 'Test the restrict by ip module.',
'group' => 'Restrict By IP',
);
}