X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fhal%2Ftests%2Fsrc%2FFunctional%2FEntityResource%2FEntityTest%2FEntityTestHalJsonAnonTest.php;h=06f72bf2cc595c10d2049fa17aa77a20a34bc593;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=ef3826bea6c6c3794ee80a8fa6299f7cb217150f;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonAnonTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonAnonTest.php index ef3826bea..06f72bf2c 100644 --- a/web/core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonAnonTest.php +++ b/web/core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonAnonTest.php @@ -39,7 +39,7 @@ class EntityTestHalJsonAnonTest extends EntityTestResourceTestBase { $normalization = $this->applyHalFieldNormalization($default_normalization); $author = User::load(0); - return $normalization + [ + return $normalization + [ '_links' => [ 'self' => [ 'href' => $this->baseUrl . '/entity_test/1?_format=hal_json',