You are here

protected static property CommentIntegrationTest::$modules in Drupal 10

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

File

core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php, line 27

Class

CommentIntegrationTest
Tests integration of comment with other components.

Namespace

Drupal\Tests\comment\Kernel

Code

protected static $modules = [
  'comment',
  'field',
  'entity_test',
  'user',
  'system',
  'dblog',
];