11 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type",!7344Issue #3292350 by O'Briat, KlemenDEV, hswong3i, smustgrave, quietone: Update...,!6922Issue #3412959 by quietone, smustgrave, longwave: Fix 12 'un' words,!6848Issue #3417553 by longwave: Remove withConsecutive() in CacheCollectorTest,!6720Revert "Issue #3358581 by pfrenssen, _tarik_, a.dmitriiev, smustgrave:...,!6528Issue #3414261 by catch: Add authenticated user umami performance tests,!6501Issue #3263668 by omkar-pd, Wim Leers, hooroomoo: Re-enable inline form errors...
// The URL and Guzzle request options that will be used in this test. The
// request options will be modified/expanded throughout this test:
...
...
@@ -2304,6 +2308,12 @@ public function testPatchIndividual() {
$this->assertResourceErrorResponse(422,"The following relationship fields were provided as attributes: [ field_jsonapi_test_entity_ref ]",$url,$response,FALSE);
}
// DX: 400 when request document doesn't contain id.
// This also tests that no PHP warnings raised due to non-existent key.