You are here

protected property RerouteEmailTestCase::$permissions in Reroute Email 7

Permissions required by the user to perform the tests.

Type: array

File

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

Class

RerouteEmailTestCase
Provides common functionality for the Reroute Email test classes.

Code

protected $permissions = array(
  'administer reroute email',
);