You are here

public static property CommentFieldsTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/comment/src/Tests/CommentFieldsTest.php \Drupal\comment\Tests\CommentFieldsTest::modules

Install the field UI.

Type: array

Overrides CommentTestBase::$modules

File

core/modules/comment/src/Tests/CommentFieldsTest.php, line 27
Contains \Drupal\comment\Tests\CommentFieldsTest.

Class

CommentFieldsTest
Tests fields on comments.

Namespace

Drupal\comment\Tests

Code

public static $modules = array(
  'field_ui',
);