You are here

public static property CommentFieldsTest::$modules in Drupal 8

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

Install the field UI.

Type: array

Overrides CommentTestBase::$modules

File

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

Class

CommentFieldsTest
Tests fields on comments.

Namespace

Drupal\Tests\comment\Functional

Code

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