public static property EntityReferenceItemTest::$modules

Modules to enable.

Type: array

Overrides FieldUnitTestBase::$modules

File

drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceItemTest.php, line 25
Contains \Drupal\entity_reference\Tests\EntityReferenceItemTest.

Class

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

Namespace

Drupal\entity_reference\Tests

Code

public static $modules = array(
  'entity_reference',
  'taxonomy',
  'options',
);