Drupal Version
11.x
Domain module version
2.0.x
Expected Behavior
Should install on Drupal 11.
Issue fork domain-3469505
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 #4
agentrickardComment #5
agentrickardThis is actually throwing test fails that need to be addressed before release.
Comment #7
agentrickardThe test fails are specific to GitLab behavior and I have filed an issue #3469521: Drupal 11 requires root info.yml file and breaks existing module tests
Comment #8
dqdShould it be merged or are there any steps missing? Let me know if there is anything left to do.
Comment #9
agentrickardI merged that D11 compatibility already (MR 102). This is open to try to resolve the GItLab CI issues with OPT_IN_NEXT_VERSION (d11) testing (MR 103).
Specifically #3469536: Test was run in child process and ended unexpectedly -- PHPUnit simply isn't running properly under the D11 (OPT_IN_NEXT_VERSION) step.
If you want to close this and open a new tracking issue, that's fine.
Comment #11
davps commentedAll jobs are green and passed now.
Comments on changes:
- default_argument_skip_url: *The Views setting default_argument_skip_url has been removed since version 10.2.0 - https://www.drupal.org/node/3382316
Test was run in child process and ended unexpectedlyThe reason why the tests failed was because the test couldn't enable the module due to a change in the constructor parameter declaration - https://git.drupalcode.org/project/domain/-/jobs/2511587#L57
Fix for https://git.drupalcode.org/project/domain/-/jobs/2511587#L47
Comment #14
webflo commentedCommitted to 2.0.x
Comment #15
webflo commented