You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

ConfigSnapshotTest
Tests config snapshot creation and updating.

Namespace

Drupal\config\Tests

Code

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