You are here

public static property UserTest::$modules in Multiple E-mail Addresses 2.x

Modules to enable.

Type: array

File

src/Tests/UserTest.php, line 25
Definition of Drupal\multiple_email\Tests\UserTest.

Class

UserTest
Test basic user registration with 'use multiple email' permissions and its interactions with the module.

Namespace

Drupal\multiple_email\Tests

Code

public static $modules = array(
  'multiple_email',
);