You are here

public function ip2countryTestCase::testUserObject in IP-based Determination of a Visitor's Country 7

Same name and namespace in other branches
  1. 6 ip2country.test \ip2countryTestCase::testUserObject()

Tests $user object for proper value.

File

tests/ip2country.test, line 242
Tests suite for the ip2country module.

Class

ip2countryTestCase
Tests operations of the IP to Country module.

Code

public function testUserObject() {
  $this
    ->pass(t('testUserObject passed.'));
}