You are here

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

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

Modules to enable.

Type: array

File

core/modules/config/src/Tests/ConfigExportUITest.php, line 26
Contains \Drupal\config\Tests\ConfigExportUITest.

Class

ConfigExportUITest
Tests the user interface for exporting configuration.

Namespace

Drupal\config\Tests

Code

public static $modules = array(
  'config',
  'config_test',
  'config_export_test',
);