You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

ConfigEntityStorageTest
Tests sync and importing config entities with IDs and UUIDs that match existing config.

Namespace

Drupal\config\Tests

Code

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