public function Ip2CountryTest::testCountrySpoofing in IP-based Determination of a Visitor's Country 8
Tests country spoofing.
@todo Should cover anonymous vs authenticated users and check for info $messages.
File
- tests/
src/ Functional/ Ip2CountryTest.php, line 259
Class
- Ip2CountryTest
- Tests operations of the IP to Country module.
Namespace
Drupal\Tests\ip2country\FunctionalCode
public function testCountrySpoofing() {
$this
->assertTrue(TRUE, 'testCountrySpoofing passed.');
}