You are here

public function Ip2CountryTest::testUserObject in IP-based Determination of a Visitor's Country 8

Tests $user object for proper value.

File

tests/src/Functional/Ip2CountryTest.php, line 232

Class

Ip2CountryTest
Tests operations of the IP to Country module.

Namespace

Drupal\Tests\ip2country\Functional

Code

public function testUserObject() {
  $this
    ->assertTrue(TRUE, 'testUserObject passed.');
}