Problem/Motivation
FieldApiDataTest
is making no HTTP requests but is a functional test.
Proposed resolution
- Convert
FieldApiDataTest
into a Kernel test. - Polish to make it more readable.
- Cleanup
::setUp()
and move object creation only in tests that actually use them so that they are not unnecessary created every time.
Remaining tasks
None.
User interface changes
None.
API changes
None.
Data model changes
None.
Release notes snippet
N/A