You are here

protected static property MailsystemTestThemeTest::$modules in Mail System 8.4

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/MailsystemTestThemeTest.php, line 22

Class

MailsystemTestThemeTest
Tests mail theme for formatting emails using a theme template.

Namespace

Drupal\Tests\mailsystem\Functional

Code

protected static $modules = [
  'mailsystem',
  'mailsystem_test',
];