You are here

protected static property CommentDepthTest::$modules in Drupal 9

Modules to enable.

Type: array

Overrides CommentViewsKernelTestBase::$modules

File

core/modules/comment/tests/src/Kernel/Views/CommentDepthTest.php, line 23

Class

CommentDepthTest
Tests the depth of the comment field handler.

Namespace

Drupal\Tests\comment\Kernel\Views

Code

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