You are here

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

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

Modules to install.

Type: array

File

core/modules/config/src/Tests/ConfigImportInstallProfileTest.php, line 31
Contains \Drupal\config\Tests\ConfigImportInstallProfileTest.

Class

ConfigImportInstallProfileTest
Tests the importing/exporting configuration based on the install profile.

Namespace

Drupal\config\Tests

Code

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