[BUGFIX] PHP 8 warnings: Undefined array key in EXT:impexp
Some EXT:impexp functional tests threw warnings of the type "Undefined array key" which did not abort the test but were written unnoticed to the TYPO3 logs. These warnings are fixed in this patch. Resolves: #94972 Releases: master Change-Id: I0e4f3558cd12ef49ae6dc071edd67cd2621dbc2f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70741 Tested-by:core-ci <typo3@b13.com> Tested-by:
Jochen <rothjochen@gmail.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Showing
- typo3/sysext/impexp/Classes/Export.php 6 additions, 6 deletionstypo3/sysext/impexp/Classes/Export.php
- typo3/sysext/impexp/Classes/Import.php 11 additions, 9 deletionstypo3/sysext/impexp/Classes/Import.php
- typo3/sysext/impexp/Classes/ImportExport.php 21 additions, 17 deletionstypo3/sysext/impexp/Classes/ImportExport.php
- typo3/sysext/impexp/Classes/View/ExportPageTreeView.php 2 additions, 1 deletiontypo3/sysext/impexp/Classes/View/ExportPageTreeView.php
- typo3/sysext/impexp/Tests/Functional/ExportTest.php 6 additions, 5 deletionstypo3/sysext/impexp/Tests/Functional/ExportTest.php
- typo3/sysext/impexp/Tests/Functional/Fixtures/ArrayAssertions/RenderPreviewExportPageAndRecords.php 24 additions, 0 deletions...res/ArrayAssertions/RenderPreviewExportPageAndRecords.php
- typo3/sysext/impexp/Tests/Functional/Fixtures/ArrayAssertions/RenderPreviewExportPageAndRecordsWithSoftRefs.php 16 additions, 0 deletions...ertions/RenderPreviewExportPageAndRecordsWithSoftRefs.php
- typo3/sysext/impexp/Tests/Functional/Fixtures/ArrayAssertions/RenderPreviewExportRecords.php 6 additions, 1 deletion...l/Fixtures/ArrayAssertions/RenderPreviewExportRecords.php
- typo3/sysext/impexp/Tests/Functional/Fixtures/ArrayAssertions/RenderPreviewExportTable.php 9 additions, 3 deletions...nal/Fixtures/ArrayAssertions/RenderPreviewExportTable.php
- typo3/sysext/impexp/Tests/Functional/Fixtures/ArrayAssertions/RenderPreviewImportPageAndRecords.php 12 additions, 4 deletions...res/ArrayAssertions/RenderPreviewImportPageAndRecords.php
- typo3/sysext/impexp/Tests/Functional/Fixtures/ArrayAssertions/RenderPreviewImportPageAndRecordsByUpdate.php 8 additions, 2 deletions...yAssertions/RenderPreviewImportPageAndRecordsByUpdate.php
- typo3/sysext/impexp/Tests/Functional/Fixtures/ArrayAssertions/RenderPreviewImportPageAndRecordsByUpdateWithDiff.php 28 additions, 3 deletions...ons/RenderPreviewImportPageAndRecordsByUpdateWithDiff.php
- typo3/sysext/impexp/Tests/Functional/Fixtures/ArrayAssertions/RenderPreviewImportPageAndRecordsWithDiff.php 28 additions, 3 deletions...yAssertions/RenderPreviewImportPageAndRecordsWithDiff.php
- typo3/sysext/impexp/Tests/Functional/Fixtures/ArrayAssertions/RenderPreviewImportPageAndRecordsWithSoftRefs.php 6 additions, 0 deletions...ertions/RenderPreviewImportPageAndRecordsWithSoftRefs.php
- typo3/sysext/impexp/Tests/Functional/ImportTest.php 37 additions, 1 deletiontypo3/sysext/impexp/Tests/Functional/ImportTest.php
Please register or sign in to comment