You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/field/src/Tests/EntityReference/EntityReferenceItemTest.php \Drupal\field\Tests\EntityReference\EntityReferenceItemTest::modules

Modules to install.

Type: array

Overrides FieldUnitTestBase::$modules

File

core/modules/field/src/Tests/EntityReference/EntityReferenceItemTest.php, line 43
Contains \Drupal\field\Tests\EntityReference\EntityReferenceItemTest.

Class

EntityReferenceItemTest
Tests the new entity API for the entity reference field type.

Namespace

Drupal\field\Tests\EntityReference

Code

public static $modules = [
  'node',
  'comment',
  'file',
  'taxonomy',
  'text',
  'filter',
  'views',
  'field',
];