fix tests for removing temporarily resources on person

This commit is contained in:
Julien Fastré 2022-03-23 22:56:45 +01:00
parent 546c925224
commit 3067da5d24

View File

@ -193,7 +193,7 @@ class PersonDocGenNormalizer implements
$data = $normalizer->normalize($attributes, $format, $context);
$data['resources'] = [];
//$data['resources'] = [];
if ($context['docgen:person:with-relations'] ?? false) {
$data['relations'] = [];