You are here

public static property TestItemTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/field/tests/src/Kernel/TestItemTest.php \Drupal\Tests\field\Kernel\TestItemTest::modules
  2. 10 core/modules/field/tests/src/Kernel/TestItemTest.php \Drupal\Tests\field\Kernel\TestItemTest::modules

Modules to enable.

Type: array

Overrides FieldKernelTestBase::$modules

File

core/modules/field/tests/src/Kernel/TestItemTest.php, line 24

Class

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

Namespace

Drupal\Tests\field\Kernel

Code

public static $modules = [
  'field_test',
];