You are here

public static function ip2countryTestCase::getInfo in IP-based Determination of a Visitor's Country 7

Same name and namespace in other branches
  1. 6 ip2country.test \ip2countryTestCase::getInfo()

Implements DrupalWebTestCase::getInfo().

File

tests/ip2country.test, line 34
Tests suite for the ip2country module.

Class

ip2countryTestCase
Tests operations of the IP to Country module.

Code

public static function getInfo() {
  return array(
    'name' => 'IP/Country lookup',
    'description' => 'Test operations of IP to Country module.',
    'group' => 'IP to Country',
  );
}