You are here

public static property MailhandlerNodeTest::$modules in Mailhandler 8

Modules to install.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/MailhandlerNodeTest.php, line 25

Class

MailhandlerNodeTest
Tests the Node handler plugin.

Namespace

Drupal\Tests\mailhandler\Kernel

Code

public static $modules = [
  'mailhandler',
  'inmail',
  'system',
  'node',
  'user',
  'field',
  'text',
];