[BUGFIX] Add fallback for undefined array keys in cli
Cli commands were fixed by adding a fallback where undefined array key warning occured. Added tests as well to make sure it will work ever after. Resolves: #94763 Releases: master Change-Id: I76e91d61649b5e2c54b83f737e46d679df2526a5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70306 Tested-by:core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- composer.json 1 addition, 0 deletionscomposer.json
- composer.lock 48 additions, 1 deletioncomposer.lock
- typo3/sysext/core/Tests/Acceptance/Application.suite.yml 1 addition, 0 deletionstypo3/sysext/core/Tests/Acceptance/Application.suite.yml
- typo3/sysext/core/Tests/Acceptance/Application/Cli/CommandCest.php 74 additions, 0 deletions...ext/core/Tests/Acceptance/Application/Cli/CommandCest.php
- typo3/sysext/core/Tests/Acceptance/Application/DbCheck/DbCheckModuleCest.php 2 additions, 2 deletions...ests/Acceptance/Application/DbCheck/DbCheckModuleCest.php
- typo3/sysext/install/Classes/Command/LanguagePackCommand.php 1 addition, 1 deletiontypo3/sysext/install/Classes/Command/LanguagePackCommand.php
- typo3/sysext/lowlevel/Classes/Command/ListSysLogCommand.php 1 addition, 1 deletiontypo3/sysext/lowlevel/Classes/Command/ListSysLogCommand.php
- typo3/sysext/lowlevel/Classes/Command/MissingRelationsCommand.php 1 addition, 1 deletion...sext/lowlevel/Classes/Command/MissingRelationsCommand.php
- typo3/sysext/lowlevel/Classes/Command/OrphanRecordsCommand.php 1 addition, 1 deletion.../sysext/lowlevel/Classes/Command/OrphanRecordsCommand.php
- typo3/sysext/redirects/Classes/Service/IntegrityService.php 1 addition, 1 deletiontypo3/sysext/redirects/Classes/Service/IntegrityService.php
- typo3/sysext/workspaces/Classes/Command/WorkspaceVersionRecordsCommand.php 1 addition, 1 deletion...spaces/Classes/Command/WorkspaceVersionRecordsCommand.php
Please register or sign in to comment