CommentIntegrationTest::$modules

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

Type: modules

Overrides KernelTestBase::$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

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.