You are here

public function RerouteEmailSpecialTestCase::setUp in Reroute Email 7

Enable modules and create user with specific permissions.

Overrides RerouteEmailTestCase::setUp

File

./reroute_email.test, line 395
Test the Reroute Email module.

Class

RerouteEmailSpecialTestCase
Test handling of special cases for body as a string and Cc/Bcc robustness.

Code

public function setUp() {

  // Add more permissions to access recent log messages in test.
  $this->permissions[] = 'access site reports';

  // Include hidden test helper sub-module.
  parent::setUp('reroute_email_test');
}