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