You are here

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

Tests UI.

File

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

Class

Ip2CountryTest
Tests operations of the IP to Country module.

Namespace

Drupal\Tests\ip2country\Functional

Code

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