diff --git a/core/modules/config/src/Tests/ConfigInstallWebTest.php b/core/modules/config/src/Tests/ConfigInstallWebTest.php index 0867f4b..63b799c 100644 --- a/core/modules/config/src/Tests/ConfigInstallWebTest.php +++ b/core/modules/config/src/Tests/ConfigInstallWebTest.php @@ -180,7 +180,7 @@ public function testUnmetDependenciesInstall() { // not depend on config_test and order is important. $this->drupalPostForm('admin/modules', array('modules[Testing][config_test][enable]' => TRUE), t('Install')); $this->drupalPostForm('admin/modules', array('modules[Testing][config_install_dependency_test][enable]' => TRUE), t('Install')); - $this->assertRaw('Unable to install Config install dependency test, config_test.dynamic.other_module_test_with_dependency has unmet dependencies.'); + $this->assertRaw('Unable to install Config install dependency test, config_other_module_config_test.weird_simple_config, config_test.dynamic.other_module_test_with_dependency have unmet dependencies.'); $this->drupalPostForm('admin/modules', array('modules[Testing][config_other_module_config_test][enable]' => TRUE), t('Install')); $this->drupalPostForm('admin/modules', array('modules[Testing][config_install_dependency_test][enable]' => TRUE), t('Install')); diff --git a/core/modules/contact/config/install/foo.bar.yml b/core/modules/contact/config/install/foo.bar.yml new file mode 100644 index 0000000..f4ae0c2 --- /dev/null +++ b/core/modules/contact/config/install/foo.bar.yml @@ -0,0 +1,5 @@ +default_form: feedback +flood: + limit: 5 + interval: 3600 +user_default_enabled: true