ConfigSchemaTest::$modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php, line 28

Class

ConfigSchemaTest
Tests schema for configuration objects.

Namespace

Drupal\KernelTests\Core\Config

Code

protected static $modules = [
  'system',
  'language',
  'field',
  'image',
  'config_test',
  'config_schema_test',
];

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