From e59c5e671e096871b95027b75256c5a9d9c36a85 Mon Sep 17 00:00:00 2001 From: xjm Date: Sun, 19 Mar 2017 00:04:16 +0100 Subject: [PATCH] Issue #2857853 by vegantriathlete: Correct typos in DefaultConfigTest.php --- core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php b/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php index 25e35f57b6c..6abb5cce961 100644 --- a/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php +++ b/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php @@ -32,7 +32,7 @@ class DefaultConfigTest extends KernelTestBase { /** * The following config entries are changed on module install. * - * Compare them does not make sense. + * Comparing them does not make sense. * * @todo Figure out why simpletest.settings is not installed. * @@ -88,7 +88,7 @@ class DefaultConfigTest extends KernelTestBase { } // Work out any additional modules and themes that need installing to create - // and optional config. + // an optional config. $optional_config_storage = new FileStorage($module_path . InstallStorage::CONFIG_OPTIONAL_DIRECTORY, StorageInterface::DEFAULT_COLLECTION); $modules_to_install = [$module]; $themes_to_install = [];