Problem/Motivation
\Drupal\Tests\block_content\Functional\Views\FieldTypeTest Makes no HTTP requests but is a functional test.
Steps to reproduce
Proposed resolution
Convert both \Drupal\Tests\block_content\Functional\Views\FieldTypeTest into a Kernel test.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3414259
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:
- 3414259-convert-fieldtypetest-into
changes, plain diff MR !6137
Comments
Comment #3
spokjeComment #4
smustgrave commentedChanges appears fine and doesn't appear to lose any coverage.
Comment #5
longwaveReviewed with
git diff -M1which shows minimal changes to convert the test type.Backported to 10.2.x as a tests-only change.
Committed and pushed 705bbc7632 to 11.x and 9be71d0876 to 10.2.x. Thanks!
Comment #9
spokje