-
-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TASK] Provide encryptionKey in unit tests #3958
Comments
dkd-friedrich
added a commit
to dkd-friedrich/ext-solr
that referenced
this issue
Feb 22, 2024
Since TYPO3 12.4.11 and 11.5.35 the encryptionKey is not initialized in the default configuration, thus some unit tests will fail. This commit ensures an encryptionKey is set for the unit tests. Resolves: TYPO3-Solr#3958
dkd-friedrich
added a commit
to dkd-friedrich/ext-solr
that referenced
this issue
Feb 22, 2024
Since TYPO3 12.4.11 and 11.5.35 the encryptionKey is not initialized in the default configuration, thus some unit tests will fail. This commit ensures an encryptionKey is set for the unit tests. Ports: TYPO3-Solr#3959 Resolves: TYPO3-Solr#3958
dkd-friedrich
added a commit
to dkd-friedrich/ext-solr
that referenced
this issue
Feb 22, 2024
Since TYPO3 12.4.11 and 11.5.35 the encryptionKey is not initialized in the default configuration, thus some unit tests will fail. This commit ensures an encryptionKey is set for the unit tests. Resolves: TYPO3-Solr#3958
dkd-friedrich
added a commit
that referenced
this issue
Feb 22, 2024
Since TYPO3 12.4.11 and 11.5.35 the encryptionKey is not initialized in the default configuration, thus some unit tests will fail. This commit ensures an encryptionKey is set for the unit tests. Resolves: #3958
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What should be done in the scope of this task?
Since TYPO3 12.4.11 and 11.5.35 the
encryptionKey
is not initialized in the default configuration, see TYPO3/typo3@df486372eaAs the
encryptionKey
is no longer initialized by default some unit tests will fail and have to be adapted.The text was updated successfully, but these errors were encountered: