X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FConfig%2FEntity%2FConfigEntityStorageTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FConfig%2FEntity%2FConfigEntityStorageTest.php;h=01dafab9255bf0ce0c2d61adeed278c0c70d5e13;hp=c4540e17732d07ed8deb6f55d7924ea2129cc146;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php b/web/core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php index c4540e177..01dafab92 100644 --- a/web/core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php +++ b/web/core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @@ -553,7 +553,7 @@ class ConfigEntityStorageTest extends UnitTestCase { $bar_config_object->getName()->willReturn('foo'); $this->configFactory->listAll('the_provider.the_config_prefix.') - ->willReturn(['the_provider.the_config_prefix.foo' , 'the_provider.the_config_prefix.bar']); + ->willReturn(['the_provider.the_config_prefix.foo', 'the_provider.the_config_prefix.bar']); $this->configFactory->loadMultiple(['the_provider.the_config_prefix.foo', 'the_provider.the_config_prefix.bar']) ->willReturn([$foo_config_object->reveal(), $bar_config_object->reveal()]);