File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
src/Services/ImportExportSystem Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -143,8 +143,6 @@ private function handleCircularReference(object $object): string
143
143
protected function exportToExcel (array $ entities , array $ options ): string
144
144
{
145
145
//First get CSV data using existing serializer
146
- $ csvOptions = $ options ;
147
- $ csvOptions ['format ' ] = 'csv ' ;
148
146
$ groups = [$ options ['level ' ]];
149
147
if ($ options ['include_children ' ]) {
150
148
$ groups [] = 'include_children ' ;
Original file line number Diff line number Diff line change @@ -59,12 +59,4 @@ public function testExportActionsRedirectToExportController(): void
59
59
}
60
60
}
61
61
62
- public function testIdStringToArray (): void
63
- {
64
- // This test would require actual Part entities in the database
65
- // For now, we just test the method exists and handles empty strings
66
- $ result = $ this ->service ->idStringToArray ('' );
67
- $ this ->assertIsArray ($ result );
68
- $ this ->assertEmpty ($ result );
69
- }
70
62
}
You can’t perform that action at this time.
0 commit comments