Regenerate data from saved export on formatter test

[ci-skip]
This commit is contained in:
2023-06-04 01:10:50 +02:00
parent fb0afc7e0a
commit cb0a6bbd21
4 changed files with 71 additions and 23 deletions

View File

@@ -88,6 +88,7 @@ final class NationalityAggregator implements AggregatorInterface, ExportElementV
public function applyOn()
{
return 'abcde';
return 'person';
}
@@ -103,6 +104,13 @@ final class NationalityAggregator implements AggregatorInterface, ExportElementV
]);
}
public function getFormDefaultData(): array
{
return [
'group_by_level' => 'country',
];
}
public function getLabels($key, array $values, $data)
{
$labels = [];