You are here

function CountriesCRUDUIUnitTest::setUp in Countries 8

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

Overrides CountriesBaseSetupTest::setUp

File

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

Class

CountriesCRUDUIUnitTest
Test the node_load_multiple() function.

Code

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