public static property EntityFieldTest::$modules

Modules to enable.

Type: array

Overrides EntityUnitTestBase::$modules

File

drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php, line 26
Definition of Drupal\system\Tests\Entity\EntityFieldTest.

Class

EntityFieldTest
Tests Entity API base functionality.

Namespace

Drupal\system\Tests\Entity

Code

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