You are here

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

Modules to enable.

Type: array

File

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

Class

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

Namespace

Drupal\multiple_email\Tests

Code

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