You are here

public static function RestrictByIpLoginTests::getInfo in Restrict Login or Role Access by IP Address 7.3

File

./restrict_by_ip.test, line 15

Class

RestrictByIpLoginTests
Test that IP restrictions work. Assumes that local testing environment has IP address of 127.0.0.1.

Code

public static function getInfo() {
  return array(
    'name' => 'Restrict Login by IP Address',
    'description' => 'Tests logins are restricted to certain IP address range(s).',
    'group' => 'Restrict By IP',
  );
}