You are here

public static property CommentAlterNodeReferenceTest::$modules in Comment Alter 8

Modules to install.

Type: array

Overrides CommentAlterTestBase::$modules

File

tests/src/Functional/CommentAlterNodeReferenceTest.php, line 17

Class

CommentAlterNodeReferenceTest
Tests the comment alter module functions for node reference fields.

Namespace

Drupal\Tests\comment_alter\Functional

Code

public static $modules = [
  'node',
  'entity_reference',
];