You are here

protected static property CommentActionsTest::$modules in Drupal 9

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

core/modules/comment/tests/src/Kernel/CommentActionsTest.php, line 25

Class

CommentActionsTest
Tests actions provided by the Comment module.

Namespace

Drupal\Tests\comment\Kernel

Code

protected static $modules = [
  'comment',
  'entity_test',
];