diff --git a/core/modules/hal/tests/src/Functional/EntityResource/File/FileUploadHalJsonTestBase.php b/core/modules/hal/tests/src/Functional/EntityResource/File/FileUploadHalJsonTestBase.php index d1e65730a7..bc3b1ae9cb 100644 --- a/core/modules/hal/tests/src/Functional/EntityResource/File/FileUploadHalJsonTestBase.php +++ b/core/modules/hal/tests/src/Functional/EntityResource/File/FileUploadHalJsonTestBase.php @@ -28,8 +28,8 @@ /** * @return array */ - protected function getExpectedNormalizedEntity() { - $normalization = parent::getExpectedNormalizedEntity(); + protected function getExpectedNormalizedEntity($fid = 1) { + $normalization = parent::getExpectedNormalizedEntity($fid); // Cannot use applyHalFieldNormalization() as it uses the $entity property // from the test class, which in the case of file upload tests, is the