You are here

public function CustomErrorTestCase::setUp in Customerror 7

Enable any modules required for the test.

Overrides DrupalWebTestCase::setUp

File

./customerror.test, line 23
Tests for the CustomError module.

Class

CustomErrorTestCase
@file Tests for the CustomError module.

Code

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