You are here

protected static property CommentDepthTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/comment/tests/src/Kernel/Views/CommentDepthTest.php \Drupal\Tests\comment\Kernel\Views\CommentDepthTest::modules

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',
];