You are here

public static property EntityBundleFieldTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

Overrides EntityUnitTestBase::$modules

File

core/modules/system/src/Tests/Entity/EntityBundleFieldTest.php, line 22
Contains \Drupal\system\Tests\Entity\EntityBundleFieldTest.

Class

EntityBundleFieldTest
Tests adding a custom bundle field.

Namespace

Drupal\system\Tests\Entity

Code

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