#2953321: Comprehensive JSON API integration test coverage phase 5: nested includes and sparse field sets caused HEAD to break on PHP 5.5.

That's because of the string type hint below:

+++ b/tests/src/Functional/ResourceResponseTestTrait.php
@@ -121,6 +130,55 @@ trait ResourceResponseTestTrait {
+    $resource_data = array_reduce($include_paths, function ($data, string $path) use ($request_options) {

This is a test-only issue.

CommentFileSizeAuthor
#2 2976909-2.patch807 bytesgabesullice

Comments

gabesullice created an issue. See original summary.

gabesullice’s picture

StatusFileSize
new807 bytes

  • gabesullice committed c71c828 on 8.x-1.x
    Issue #2976909 by gabesullice: Follow-up for #2953321; fixes PHP 5.5...

  • gabesullice committed 1358c2e on 8.x-2.x
    Issue #2976909 by gabesullice: Follow-up for #2953321; fixes PHP 5.5...
gabesullice’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.