[BUGFIX] Fix array undefined warnings in "DB Check" Module
Add fallback for undefined array keys to make "DB Check" compatible with PHP8. Also basic tests have been added to check each page in the module. Resolves: #94498 Releases: master Change-Id: I98a598d0e809077cd89e7620efe31a498b3fbfa1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69759 Tested-by:core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
crell <larry@garfieldtech.com> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/core/Classes/Database/ReferenceIndex.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Database/ReferenceIndex.php
- typo3/sysext/core/Tests/Acceptance/Backend/DbCheck/DbCheckModuleCest.php 189 additions, 0 deletions...re/Tests/Acceptance/Backend/DbCheck/DbCheckModuleCest.php
- typo3/sysext/lowlevel/Classes/Controller/DatabaseIntegrityController.php 8 additions, 8 deletions...wlevel/Classes/Controller/DatabaseIntegrityController.php
- typo3/sysext/lowlevel/Classes/Database/QueryGenerator.php 48 additions, 48 deletionstypo3/sysext/lowlevel/Classes/Database/QueryGenerator.php
- typo3/sysext/lowlevel/Classes/Integrity/DatabaseIntegrityCheck.php 11 additions, 1 deletion...ext/lowlevel/Classes/Integrity/DatabaseIntegrityCheck.php
Please register or sign in to comment