You are here

protected static property CommentValidationTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides EntityKernelTestBase::$modules

File

core/modules/comment/tests/src/Kernel/CommentValidationTest.php, line 22

Class

CommentValidationTest
Tests comment validation constraints.

Namespace

Drupal\Tests\comment\Kernel

Code

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