You are here

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

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

Implementation of setUp().

Overrides DrupalUnitTestCase::setUp

File

tests/dfp_unit.test, line 14
Unit test file for DFP module.

Class

DFPUnitTest
@file Unit test file for DFP module.

Code

function setUp() {

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