You are here

public function CustomErrorAltTestCase::setUp in Customerror 7

Enable any modules required for the test.

Overrides DrupalWebTestCase::setUp

File

customerroralt/customerroralt.test, line 23
Tests for the CustomErrorAlt module.

Class

CustomErrorAltTestCase
@file Tests for the CustomErrorAlt module.

Code

public function setUp() {
  parent::setUp(array(
    'customerror',
    'customerroralt',
  ));
}