public function ip2countryTestCase::testAlterHook in IP-based Determination of a Visitor's Country 7
Same name and namespace in other branches
- 6 ip2country.test \ip2countryTestCase::testAlterHook()
Tests injecting IP data via hook_ip2country_alter().
File
- tests/
ip2country.test, line 144 - Tests suite for the ip2country module.
Class
- ip2countryTestCase
- Tests operations of the IP to Country module.
Code
public function testAlterHook() {
$this
->pass(t('testAlterHook passed.'));
}