public static function RestrictByIpUITests::getInfo in Restrict Login or Role Access by IP Address 7.3
File
- ./
restrict_by_ip.test, line 323
Class
- RestrictByIpUITests
- Test admin interfaces. Assumes that local testing environment has IP address of 127.0.0.1.
Code
public static function getInfo() {
return array(
'name' => 'UI',
'description' => 'Tests admin UIs.',
'group' => 'Restrict By IP',
);
}