You are here

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

Modules to enable.

Type: array

File

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

Class

LateInstallTest
Test module being installed after users are already created.

Namespace

Drupal\multiple_email\Tests

Code

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