Problem/Motivation
There is a test view test_history which lives in views.module, but the test code itself lives in history.module.
In order to remove history.module we should move the view.
Steps to reproduce
Proposed resolution
Remaining tasks
Move the view. Update the existing test to use the new location.
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3568027
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:
- 3568027-move-views.view.testhistory-to
changes, plain diff MR !14396
Comments
Comment #4
quietone commentedComment #5
dcam commentedLooks OK to me. Tests are passing. I verified the class change by moving the view config myself. There isn't much to say about it. I grepped the views directory for "history" and didn't come up with any other references to the module.
Comment #6
longwaveCommitted and pushed 33cc9950e3f to main and 7bf33f22070 to 11.x. Thanks!