You are here

public static property ConfigSingleImportExportTest::$modules in Zircon Profile 8

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

Modules to enable.

Type: array

File

core/modules/config/src/Tests/ConfigSingleImportExportTest.php, line 25
Contains \Drupal\config\Tests\ConfigSingleImportExportTest.

Class

ConfigSingleImportExportTest
Tests the user interface for importing/exporting a single configuration.

Namespace

Drupal\config\Tests

Code

public static $modules = [
  'block',
  'config',
  'config_test',
];