#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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2976909-2.patch | 807 bytes | gabesullice |
Comments
Comment #2
gabesulliceComment #5
gabesullice