public static property DefaultConfigTest::$modules in Zircon Profile 8
Same name in this branch
- 8 core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php \Drupal\KernelTests\Config\DefaultConfigTest::modules
- 8 core/modules/config/src/Tests/DefaultConfigTest.php \Drupal\config\Tests\DefaultConfigTest::modules
Same name and namespace in other branches
- 8.0 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\TestsCode
public static $modules = array(
'system',
'config_test',
);