[TASK] Prevent undefined encryptionKey in tests
With #103046, `encryptionKey` has been removed from `DefaultConfiguration.php`. This leads to PHP array key warnings in unit tests. The patch sets it for various tests. Resolves: #103148 Related: #103046 Releases: main, 12.4, 11.5 Change-Id: Ife279449c2db569c8d63a0cc19009f1a3ca278d5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83074 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Tests/Unit/Controller/FormInlineAjaxControllerTest.php 6 additions, 0 deletions...nd/Tests/Unit/Controller/FormInlineAjaxControllerTest.php
- typo3/sysext/core/Tests/Unit/FormProtection/AbstractFormProtectionTest.php 1 addition, 9 deletions.../Tests/Unit/FormProtection/AbstractFormProtectionTest.php
- typo3/sysext/core/Tests/Unit/FormProtection/BackendFormProtectionTest.php 1 addition, 0 deletions...e/Tests/Unit/FormProtection/BackendFormProtectionTest.php
- typo3/sysext/core/Tests/Unit/FormProtection/InstallToolFormProtectionTest.php 6 additions, 0 deletions...sts/Unit/FormProtection/InstallToolFormProtectionTest.php
- typo3/sysext/core/Tests/Unit/Page/ImportMapTest.php 1 addition, 0 deletionstypo3/sysext/core/Tests/Unit/Page/ImportMapTest.php
- typo3/sysext/core/Tests/Unit/Utility/GeneralUtilityTest.php 3 additions, 0 deletionstypo3/sysext/core/Tests/Unit/Utility/GeneralUtilityTest.php
- typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinitionConversionServiceTest.php 1 addition, 0 deletions...ain/Configuration/FormDefinitionConversionServiceTest.php
- typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinitionValidationServiceTest.php 10 additions, 6 deletions...ain/Configuration/FormDefinitionValidationServiceTest.php
- typo3/sysext/frontend/Tests/Unit/Middleware/PageArgumentValidatorTest.php 1 addition, 0 deletions...ntend/Tests/Unit/Middleware/PageArgumentValidatorTest.php
Please register or sign in to comment