summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/config
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/config')
-rw-r--r--core/modules/config/tests/src/Functional/ConfigInstallWebTest.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/modules/config/tests/src/Functional/ConfigInstallWebTest.php b/core/modules/config/tests/src/Functional/ConfigInstallWebTest.php
index f2089984da6..2859a4763b8 100644
--- a/core/modules/config/tests/src/Functional/ConfigInstallWebTest.php
+++ b/core/modules/config/tests/src/Functional/ConfigInstallWebTest.php
@@ -87,9 +87,10 @@ class ConfigInstallWebTest extends BrowserTestBase {
$config_entity->set('label', 'Customized integration config label')->save();
// @todo FIXME: Setting config keys WITHOUT SAVING retains the changed config
- // object in memory. Every new call to $this->config() MUST revert in-memory changes
- // that haven't been saved!
- // In other words: This test passes even without this reset, but it shouldn't.
+ // object in memory. Every new call to $this->config() MUST revert
+ // in-memory changes that haven't been saved!
+ // In other words: This test passes even without this reset, but it
+ // shouldn't.
$this->container->get('config.factory')->reset();
// Disable and uninstall the integration module.