Issue #2857853 by vegantriathlete: Correct typos in DefaultConfigTest.php

8.4.x
xjm 2017-03-19 00:04:16 +01:00
parent ae3c5b50ff
commit e59c5e671e
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ class DefaultConfigTest extends KernelTestBase {
/** /**
* The following config entries are changed on module install. * 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. * @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 // 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); $optional_config_storage = new FileStorage($module_path . InstallStorage::CONFIG_OPTIONAL_DIRECTORY, StorageInterface::DEFAULT_COLLECTION);
$modules_to_install = [$module]; $modules_to_install = [$module];
$themes_to_install = []; $themes_to_install = [];