public static property CommentActionsTest::$modules

Modules to enable.

Type: array

Overrides CommentTestBase::$modules

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentActionsTest.php, line 20
Definition of Drupal\comment\Tests\CommentActionsTest.

Class

CommentActionsTest
Tests actions provided by the Comment module.

Namespace

Drupal\comment\Tests

Code

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