public static property TestItemTest::$modules

Modules to enable.

Type: array

Overrides FieldUnitTestBase::$modules

File

drupal/core/modules/field/lib/Drupal/field/Tests/TestItemTest.php, line 23
Contains \Drupal\field\Tests\TestItemTest.

Class

TestItemTest
Tests the new entity API for the test field type.

Namespace

Drupal\field\Tests

Code

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