You are here

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

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

Modules to enable.

Type: array

Overrides FieldUnitTestBase::$modules

File

core/modules/comment/src/Tests/CommentItemTest.php, line 28
Contains \Drupal\comment\Tests\CommentItemTest.

Class

CommentItemTest
Tests the new entity API for the comment field type.

Namespace

Drupal\comment\Tests

Code

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