You are here

public static property RealMailTest::$modules in Swift Mailer 8.2

Modules to enable.

Type: array

Overrides SwiftMailerTestBase::$modules

File

tests/src/Functional/RealMailTest.php, line 15

Class

RealMailTest
Tests with real mails generated by Drupal Core.

Namespace

Drupal\Tests\swiftmailer\Functional

Code

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