X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fhal%2Ftests%2Fsrc%2FKernel%2FEntityTranslationNormalizeTest.php;fp=web%2Fcore%2Fmodules%2Fhal%2Ftests%2Fsrc%2FKernel%2FEntityTranslationNormalizeTest.php;h=2597af4affc13bd1e1ab077573a287a8e7c14c06;hp=5b752f7bb6ab7597ed76dccdd24c09068f27fec6;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/hal/tests/src/Kernel/EntityTranslationNormalizeTest.php b/web/core/modules/hal/tests/src/Kernel/EntityTranslationNormalizeTest.php index 5b752f7bb..2597af4af 100644 --- a/web/core/modules/hal/tests/src/Kernel/EntityTranslationNormalizeTest.php +++ b/web/core/modules/hal/tests/src/Kernel/EntityTranslationNormalizeTest.php @@ -43,7 +43,7 @@ class EntityTranslationNormalizeTest extends NormalizerTestBase { $node = Node::create([ 'title' => $this->randomMachineName(), - 'uid' => $user->id(), + 'uid' => (int) $user->id(), 'type' => $node_type->id(), 'status' => NodeInterface::PUBLISHED, 'langcode' => 'en',