$this->assertResourceErrorResponse(422,'entity_id: This value should not be null.',NULL,$response,'/data/attributes/entity_id');
}
catch(\Exception$e){
$this->assertSame("Error: Call to a member function get() on null\nDrupal\\comment\\Plugin\\Validation\\Constraint\\CommentNameConstraintValidator->getAnonymousContactDetailsSetting()() (Line: 96)\n",$e->getMessage());