You are here

public static property MailTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Mail/MailTest.php \Drupal\system\Tests\Mail\MailTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Mail/MailTest.php, line 26
Contains \Drupal\system\Tests\Mail\MailTest.

Class

MailTest
Performs tests on the pluggable mailing framework.

Namespace

Drupal\system\Tests\Mail

Code

public static $modules = array(
  'simpletest',
  'system_mail_failure_test',
);