You are here

protected static property CommentBookTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/comment/tests/src/Functional/CommentBookTest.php \Drupal\Tests\comment\Functional\CommentBookTest::modules
  2. 9 core/modules/comment/tests/src/Functional/CommentBookTest.php \Drupal\Tests\comment\Functional\CommentBookTest::modules

Modules to install.

Type: array

File

core/modules/comment/tests/src/Functional/CommentBookTest.php, line 25

Class

CommentBookTest
Tests visibility of comments on book pages.

Namespace

Drupal\Tests\comment\Functional

Code

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