Remove problematic tests

This commit is contained in:
barisgit 2025-08-02 10:05:55 +02:00 committed by Jan Böhmer
parent 78885ec3c5
commit aa29f10d51
2 changed files with 0 additions and 10 deletions

View file

@ -143,8 +143,6 @@ class EntityExporter
protected function exportToExcel(array $entities, array $options): string
{
//First get CSV data using existing serializer
$csvOptions = $options;
$csvOptions['format'] = 'csv';
$groups = [$options['level']];
if ($options['include_children']) {
$groups[] = 'include_children';