Running upgrade status on this module produces a warning:
modules/contrib/cache_control_override/tests/modules/cache_control_override_test/cache_control_override_test.info.yml
Add core_version_requirement: ^8 || ^9 to designate that the module is compatible with Drupal 9. See https://drupal.org/node/3070687.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | interdiff-2-5.txt | 385 bytes | mstrelan |
| #5 | 3180748-5.patch | 1.14 KB | mstrelan |
| #2 | 3180748-2.patch | 650 bytes | acbramley |
Issue fork cache_control_override-3180748
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
acbramley commentedThis will fix that. Test modules can avoid core or core_version_requirement keys by marking the module as a Testing package.
Comment #3
bdanin commentedThis patch is working for me.
Comment #4
bdanin commentedComment #5
mstrelan commentedI'm hijacking this issue to add that the test needs a $defaultTheme as per https://www.drupal.org/node/3083055
Comment #6
acbramley commentedBack to RTBC for the changes in #5 look good!
Comment #9
dpiComment #11
dpimerged to 1.x branch.