You are here

protected static property ShapeItemTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides FieldKernelTestBase::$modules

File

core/modules/field/tests/src/Kernel/ShapeItemTest.php, line 23

Class

ShapeItemTest
Tests the new entity API for the shape field type.

Namespace

Drupal\Tests\field\Kernel

Code

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