public static function RestrictByIpRoleTests::getInfo in Restrict Login or Role Access by IP Address 7.3
File
- ./
restrict_by_ip.test, line 156
Class
- RestrictByIpRoleTests
- Test that role restrictions work. Assumes that local testing environment has IP address of 127.0.0.1.
Code
public static function getInfo() {
return array(
'name' => 'Restrict Role by IP Address',
'description' => 'Tests roles are restricted to certain IP address range(s).',
'group' => 'Restrict By IP',
);
}