Problem/Motivation
Currently in 1.x branch, tests are disabled for Drupal 11.x
Steps to reproduce
Proposed resolution
Run tests for Drupal 11.x.
Make them pass.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork l10n_server-3562996
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
donquixote commentedComment #7
fmb commentedThanks!
Tests now "pass with warnings", so I guess this issue still "needs work", unless you consider these warnings must be addressed elsewhere?
Comment #8
donquixote commentedHi,
the main goal was to make tests pass equally in D11 and D10.
Regarding the "II", I find the following when I run with `--display-all-issues`:
(We should not change this as long as we support Drupal 10)
This is literally in the test itself:
I think we should fix this in a separate issue.
Comment #9
fmb commentedAll right, I will let you open these issues, then.
For the record, I do not plan to keep supporting Drupal 10. I do not think it makes much sense for this project since we do not need to care about compatibility with existing installations.