You are here

public function GmapDefaultsTestCase::setUp in GMap Module 7.2

Sets up unit test environment.

Unlike DrupalWebTestCase::setUp(), DrupalUnitTestCase::setUp() does not install modules because tests are performed without accessing the database. Any required files must be explicitly included by the child class setUp() method.

Overrides DrupalUnitTestCase::setUp

File

tests/oopmigration.test, line 101
unit tests for refactoring steps

Class

GmapDefaultsTestCase

Code

public function setUp() {
  drupal_load('module', 'gmap');
  parent::setUp();
}