-
Notifications
You must be signed in to change notification settings - Fork 4
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
Identities with unittests simplified #21
base: FRAMEWORK_6_0
Are you sure you want to change the base?
Identities with unittests simplified #21
Conversation
- adding new database structure to handle mutliple public keys - adding translation options and help files - Adding vanilla javascript for extra information given in identity configuration pages
- repairing old unit tests (removing few non working ones), working for php7.4 on PHPUNIT 9.5 - fixing workflows
Note the CI is still failing! |
Some Issues with migration script found by @midahp , will check later |
@boekhorstb1 The PR has been approved but is still in draft stage. How to move forward with this? |
I will try and see if I can still fix the CI @ralflang. Then I will test the code ones more. |
ok, so for php7.4 and phpunit 9.5 the tests are wokring now and ci is running through as you can see @ralflang. I guess an update of the tests to work with php8 requires another MR an this one... Im just a bit afraid to go through with this update because it needs a db migration... it would be great to have a testscenario for that. Its this commit that Im afraid of: |
added migration-script to migrate keys from previous imp automatically, see: migration/4_imp_smime.php