public function Ip2CountryTest::testAlterHook in IP-based Determination of a Visitor's Country 8
Tests injecting IP data via hook_ip2country_alter().
File
- tests/
src/ Functional/ Ip2CountryTest.php, line 136
Class
- Ip2CountryTest
- Tests operations of the IP to Country module.
Namespace
Drupal\Tests\ip2country\FunctionalCode
public function testAlterHook() {
$this
->assertTrue(TRUE, 'testAlterHook passed.');
}