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
143143 protected function exportToExcel (array $ entities , array $ options ): string
144144 {
145145 //First get CSV data using existing serializer
146- $ csvOptions = $ options ;
147- $ csvOptions ['format ' ] = 'csv ' ;
148146 $ groups = [$ options ['level ' ]];
149147 if ($ options ['include_children ' ]) {
150148 $ groups [] = 'include_children ' ;
Original file line number Diff line number Diff line change @@ -59,12 +59,4 @@ public function testExportActionsRedirectToExportController(): void
5959 }
6060 }
6161
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- }
7062}
You can’t perform that action at this time.
0 commit comments