You are here

protected static property CommentFieldsTest::$modules in Drupal 10

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

Install the field UI.

Type: array

File

core/modules/comment/tests/src/Functional/CommentFieldsTest.php, line 23

Class

CommentFieldsTest
Tests fields on comments.

Namespace

Drupal\Tests\comment\Functional

Code

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