FieldStorageIndexesValidationTest::$modules

Same name and namespace in other branches
  1. main core/modules/field/tests/src/Kernel/Config/FieldStorageIndexesValidationTest.php \Drupal\Tests\field\Kernel\Config\FieldStorageIndexesValidationTest::modules

Type: modules

Overrides FieldKernelTestBase::$modules

File

core/modules/field/tests/src/Kernel/Config/FieldStorageIndexesValidationTest.php, line 28

Class

FieldStorageIndexesValidationTest
Tests validation for field storage indexes config.

Namespace

Drupal\Tests\field\Kernel\Config

Code

protected static $modules = [
  'user',
  'system',
  'field',
  'text',
  'entity_test',
  'field_test',
  'field_test_config',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.