You are here

function DFPUnitTest::setUp in Doubleclick for Publishers (DFP) 7.2

Same name and namespace in other branches
  1. 7 tests/dfp_unit.test \DFPUnitTest::setUp()

Implementation of setUp().

Overrides DrupalUnitTestCase::setUp

File

tests/dfp.test, line 539
Test file for DFP module.

Class

DFPUnitTest

Code

function setUp() {

  // Enable a couple modules.
  drupal_load('module', 'dfp');
  parent::setUp();
}