You are here

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

Same name in this branch
  1. 8.0 core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php \Drupal\KernelTests\Config\DefaultConfigTest::modules
  2. 8.0 core/modules/config/src/Tests/DefaultConfigTest.php \Drupal\config\Tests\DefaultConfigTest::modules
Same name and namespace in other branches
  1. 8 core/modules/config/src/Tests/DefaultConfigTest.php \Drupal\config\Tests\DefaultConfigTest::modules

Modules to enable.

Enable the system module so that system_config_schema_info_alter() fires.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/config/src/Tests/DefaultConfigTest.php, line 32
Contains \Drupal\config\Tests\DefaultConfigTest.

Class

DefaultConfigTest
Tests that default configuration provided by all modules matches schema.

Namespace

Drupal\config\Tests

Code

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