You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/config/src/Tests/ConfigDiffTest.php, line 24
Contains \Drupal\config\Tests\ConfigDiffTest.

Class

ConfigDiffTest
Calculating the difference between two sets of configuration.

Namespace

Drupal\config\Tests

Code

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