function StatisticsProTestCase::setup in Statistics Pro 6
Same name and namespace in other branches
- 6.2 tests/statspro.test \StatisticsProTestCase::setup()
Implementation of setUp().
Overrides StatisticsProBaseTestCase::setup
File
- tests/
statspro.test, line 334 - 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');
}