You are here

function CountriesFunctionsUnitTest::setUp in Countries 8

Same name and namespace in other branches
  1. 7.2 tests/countries.test \CountriesFunctionsUnitTest::setUp()

Overrides CountriesBaseSetupTest::setUp

File

tests/countries.test, line 292
Tests for countries.module.

Class

CountriesFunctionsUnitTest
Test the general functions provided by the module.

Code

function setUp() {
  parent::setUp();
  $this
    ->drupalLogin($this->admin_user);
}