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