Problem/Motivation
I am getting the following functional test fail:
The 'core_version_requirement' constraint requires the 'core' key not be set in core/modules/views/tests/modules/views_test_filter/views_test_filter.info.yml
It looks like this just needs to be updated to:
core_version_requirement: ^9
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3253496-views-functional-tests-fail-3.patch | 547 bytes | lucashodge |
Issue fork drupal-3253496
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 #2
lucashodge commentedComment #3
lucashodge commentedComment #4
longwaveI don't have this file in my checkout of core.
Are you using a patch from #2559961: ManyToOneHelper ignores group configuration for some cases?
Comment #5
lucashodge commentedYes I was finding it strange that this shouldn't be in core. No I don't have that patch. But I found it in another core patch.
https://www.drupal.org/project/drupal/issues/2829178
Ok I think this bug can be removed and I will create a new patch for this other issue.
Comment #6
longwaveThanks!