public static property TaxonomyTermReferenceItemTest::$modules

Modules to enable.

Type: array

Overrides FieldUnitTestBase::$modules

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TaxonomyTermReferenceItemTest.php, line 25
Contains \Drupal\taxonomy\Tests\TaxonomyTermReferenceItemTest.

Class

TaxonomyTermReferenceItemTest
Tests the new entity API for the taxonomy term reference field type.

Namespace

Drupal\taxonomy\Tests

Code

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