X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Frest%2Ftests%2Fsrc%2FKernel%2FEntity%2FConfigDependenciesTest.php;fp=web%2Fcore%2Fmodules%2Frest%2Ftests%2Fsrc%2FKernel%2FEntity%2FConfigDependenciesTest.php;h=51ad3e977f088067988445f71990f37353ea5679;hp=f62ee03f26f67d7da5a7407c5c986b77ad80f400;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php b/web/core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php index f62ee03f2..51ad3e977 100644 --- a/web/core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php +++ b/web/core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @@ -30,9 +30,9 @@ class ConfigDependenciesTest extends KernelTestBase { $rest_config = RestResourceConfig::create($configuration); $result = $config_dependencies->calculateDependencies($rest_config); - $this->assertEquals(['module' => [ - 'basic_auth', 'serialization', 'hal', - ]], $result); + $this->assertEquals([ + 'module' => ['basic_auth', 'serialization', 'hal'], + ], $result); } /**