You are here

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

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

Modules to enable.

Type: array

File

core/modules/config/src/Tests/ConfigExportImportUITest.php, line 75
Contains \Drupal\config\Tests\ConfigExportImportUITest.

Class

ConfigExportImportUITest
Tests the user interface for importing/exporting configuration.

Namespace

Drupal\config\Tests

Code

public static $modules = array(
  'config',
  'node',
  'field',
);