Problem/Motivation
\Drupal\Tests\config\Functional\ConfigOtherModuleTest Makes no HTTP requests but is a functional test.
Steps to reproduce
Proposed resolution
Convert \Drupal\Tests\config\Functional\ConfigOtherModuleTest into a Kernel test.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3415612
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:
- 3415612-convert-configothermoduletest-into
changes, plain diff MR !6229
Comments
Comment #3
spokjeComment #4
smustgrave commentedConversion looks good. Seemed the switch was simple.
Comment #5
longwaveBackported to 10.2.x to keep tests in sync.
Committed and pushed 2eba3465c8 to 11.x and 527ae8a21e to 10.2.x. Thanks!