public function Ip2CountryTest::testIpManualLookup in IP-based Determination of a Visitor's Country 8
Tests manual lookup.
File
- tests/
src/ Functional/ Ip2CountryTest.php, line 266
Class
- Ip2CountryTest
- Tests operations of the IP to Country module.
Namespace
Drupal\Tests\ip2country\FunctionalCode
public function testIpManualLookup() {
// $this->clickLink('Lookup');
$this
->assertTrue(TRUE, 'testIpManualLookup passed.');
}