You are here

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

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

Modules to enable.

Type: array

Overrides EntityUnitTestBase::$modules

File

core/modules/system/src/Tests/Entity/EntityFieldTest.php, line 33
Contains \Drupal\system\Tests\Entity\EntityFieldTest.

Class

EntityFieldTest
Tests the Entity Field API.

Namespace

Drupal\system\Tests\Entity

Code

public static $modules = array(
  'filter',
  'text',
  'node',
  'user',
  'field_test',
);