public static property TaxonomyTermReferenceItemTest::$modules

Modules to enable.

Type: array

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(
  'field',
  'field_sql_storage',
  'taxonomy',
  'entity_test',
  'options',
);