You are here

public static property MailTest::$modules in Maillog / Mail Developer 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/MailTest.php, line 19

Class

MailTest
Tests the maillog plugin.

Namespace

Drupal\Tests\maillog\Kernel

Code

public static $modules = [
  'maillog',
  'maillog_test',
  'user',
  'system',
  'views',
];