You are here

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/MailUiTest.php, line 20

Class

MailUiTest
Tests the maillog plugin user interface.

Namespace

Drupal\Tests\maillog\Functional

Code

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