You are here

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

Modules to install.

Type: array

Overrides CommentAlterTestBase::$modules

File

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

Class

CommentAlterTextTest
Tests the comment alter module functions for text fields.

Namespace

Drupal\Tests\comment_alter\Functional

Code

public static $modules = [
  'text',
];