You are here

function StatisticsProTestCase::setup in Statistics Pro 6.2

Same name and namespace in other branches
  1. 6 tests/statspro.test \StatisticsProTestCase::setup()

Implementation of setUp().

Overrides StatisticsProBaseTestCase::setup

File

tests/statspro.test, line 341
Functionality tests for Statistics Pro.

Class

StatisticsProTestCase
Class responsible for testing the module.

Code

function setup() {

  // Enable any modules required for the test
  parent::setup('views', 'statistics', 'statspro', 'devel');
}