Problem/Motivation
\Drupal\Tests\options\Functional\OptionsDynamicValuesValidationTest Makes no HTTP requests but is a functional test.
Steps to reproduce
Proposed resolution
Convert \Drupal\Tests\options\Functional\OptionsDynamicValuesValidationTest into a Kernel test.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3414557
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
spokjeComment #4
spokjeComment #5
smustgrave commentedConversion seems good, coverage still appears to be there.
Comment #6
catchQuestion on the MR.
Comment #7
smustgrave commentedNoted that user IDs shouldn't be random.
Update seems done.
Comment #10
catchFollow-up for the kernel test with the random uids might be good yeah, just couldn't see why it was necessary and makes me wonder what I'm missing.
Committed/pushed to 11.x and cherry-picked to 10.2.x, thanks!
Comment #12
spokjeOpened #3415769: Use random user IDs in tests only only when intended to as for the above comment.