Problem/Motivation
There was a failure when converting install time hooks so I moved converting that to this issue.
Steps to reproduce
Convert experimental_module_requirements_test_requirements to InstallRequirements.php
Proposed resolution
Convert this as install time only
This is only tested in core/modules/system/tests/src/Functional/Module/NonStableModulesTest.php so there is no need to run this check in runtime or update.
Remaining tasks
Should we remove the state change, I think that was due to another test that this module is no longer used in.
This test is marked as experimental, but it literally only tests that it cannot be installed with the requirements error, we have other test coverage, should this be changed to actually test something to do with experimental.
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3513879-nr-bot.txt | 91 bytes | needs-review-queue-bot |
Issue fork drupal-3513879
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
nicxvan commentedComment #4
smustgrave commentedSeems like a good conversion
Comment #5
dwwGiving this its proper parent.
Agree this is RTBC. Small changes. The new class implementation is identical to the old procedural version. The comments look fine. I might split hairs, but it's not worth it. 😂
Thanks!
-Derek
Comment #6
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.
Comment #7
nicxvan commentedComment #8
smustgrave commentedRestoring status.
Comment #9
alexpottCommitted and pushed 01eecd5ceef to 11.x and 0cb41093905 to 11.2.x. Thanks!
Backported to 11.2.x as a test only change.
Comment #12
alexpottComment #13
nicxvan commentedFixing attribution