You are here

public static property CommentNotifyNotificationsTest::$modules in Comment Notify 8

Modules to enable.

Type: array

Overrides CommentNotifyTestBase::$modules

File

tests/src/Functional/CommentNotifyNotificationsTest.php, line 26

Class

CommentNotifyNotificationsTest
Tests that all the notifications are sent as expected.

Namespace

Drupal\Tests\comment_notify\Functional

Code

public static $modules = [
  'comment_notify',
  'node',
  'comment',
  'token',
  'taxonomy',
];