You are here

protected static property CommentTokenReplaceTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides CommentTestBase::$modules

File

core/modules/comment/tests/src/Functional/CommentTokenReplaceTest.php, line 27

Class

CommentTokenReplaceTest
Generates text using placeholders for dummy content to check comment token replacement.

Namespace

Drupal\Tests\comment\Functional

Code

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