You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/field/src/Tests/TestItemWithDependenciesTest.php \Drupal\field\Tests\TestItemWithDependenciesTest::modules

Modules to enable.

Type: array

Overrides FieldUnitTestBase::$modules

File

core/modules/field/src/Tests/TestItemWithDependenciesTest.php, line 22
Contains \Drupal\field\Tests\TestItemWithDependenciesTest.

Class

TestItemWithDependenciesTest
Tests the new entity API for the test field with dependencies type.

Namespace

Drupal\field\Tests

Code

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