// 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.