You are here

public static property MailhandlerCommentTest::$modules in Mailhandler 8

Modules to install.

Type: array

Overrides KernelTestBase::$modules

File

mailhandler_comment/tests/src/Kernel/MailhandlerCommentTest.php, line 32

Class

MailhandlerCommentTest
Tests the Comment handler plugin.

Namespace

Drupal\Tests\mailhandler_comment\Kernel

Code

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