You are here

public static property CommentActionsTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/comment/src/Tests/CommentActionsTest.php \Drupal\comment\Tests\CommentActionsTest::modules

Modules to install.

Type: array

Overrides CommentTestBase::$modules

File

core/modules/comment/src/Tests/CommentActionsTest.php, line 24
Contains \Drupal\comment\Tests\CommentActionsTest.

Class

CommentActionsTest
Tests actions provided by the Comment module.

Namespace

Drupal\comment\Tests

Code

public static $modules = array(
  'dblog',
  'action',
);