Problem/Motivation
Found more tests using search
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3618672
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:
- 3618672-move-tests-for
changes, plain diff MR !16815
Comments
Comment #3
quietone commentedComment #4
dcam commentedcore/modules/search/tests/src/Kernel/Database/ConnectionTest.phpis a Unit test, but it's in the Kernel test directory. Was that accidental?Comment #5
smustgrave commentedDon't think it would cause a failure as the namespace matches but nice catch @dcam.
Comment #6
quietone commentedThanks folks.
Comment #7
dcam commentedThe original test classes no longer have any references to the Search module. The moved functions are all appropriate. And the tests are passing. This looks good to me.
Comment #10
catchCommitted/pushed to main and 11.x, thanks!