You are here

public static property CommentActionsTest::$modules in Drupal 8

Modules to install.

Type: array

Overrides CommentTestBase::$modules

File

core/modules/comment/tests/src/Functional/CommentActionsTest.php, line 20

Class

CommentActionsTest
Tests actions provided by the Comment module.

Namespace

Drupal\Tests\comment\Functional

Code

public static $modules = [
  'dblog',
  'action',
];