You are here

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/CommentNotifyTestBase.php, line 36

Class

CommentNotifyTestBase
Comment notify Base Test class.

Namespace

Drupal\Tests\comment_notify\Functional

Code

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