You are here

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

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

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

core/modules/taxonomy/src/Tests/TermEntityReferenceTest.php, line 25
Contains \Drupal\taxonomy\Tests\TermEntityReferenceTest.

Class

TermEntityReferenceTest
Tests the settings of restricting term selection to a single vocabulary.

Namespace

Drupal\taxonomy\Tests

Code

public static $modules = [
  'entity_reference_test',
  'entity_test',
];