You are here

protected static property CommentResourceTestBase::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides EntityResourceTestBase::$modules

File

core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php, line 21

Class

CommentResourceTestBase

Namespace

Drupal\Tests\comment\Functional\Rest

Code

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