You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Entity/EntityReferenceFieldTest.php \Drupal\system\Tests\Entity\EntityReferenceFieldTest::modules

Modules to install.

Type: array

Overrides EntityUnitTestBase::$modules

File

core/modules/system/src/Tests/Entity/EntityReferenceFieldTest.php, line 66
Contains \Drupal\system\Tests\Entity\EntityReferenceFieldTest.

Class

EntityReferenceFieldTest
Tests for the entity reference field.

Namespace

Drupal\system\Tests\Entity

Code

public static $modules = array(
  'entity_reference_test',
);