You are here

public static property ConfigImporterMissingContentTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/config/src/Tests/ConfigImporterMissingContentTest.php \Drupal\config\Tests\ConfigImporterMissingContentTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/config/src/Tests/ConfigImporterMissingContentTest.php, line 33
Contains \Drupal\config\Tests\ConfigImporterMissingContentTest.

Class

ConfigImporterMissingContentTest
Tests importing configuration which has missing content dependencies.

Namespace

Drupal\config\Tests

Code

public static $modules = array(
  'system',
  'user',
  'entity_test',
  'config_test',
  'config_import_test',
);