Problem/Motivation
LinkFieldTest::testLinkFormatterQueryParametersDuplication
doesn't make any HTTP requests so should be a Kernel test.
It has shared code with ::doTestURLValidation()
in that test so it will require some unpicking.
Proposed resolution
- Refactor to simplify test logic.
- Provide urls for
::doTestURLValidation()
. - Combine
::testLinkFormatterQueryParametersDuplication()
,::doTestLinkFormatter()
and convert to kernel test. Refactor. ::doTestLinkSeparateFormatter()
convert to kernel test. Refactor.::doTestLinkTypeOnLinkWidget()
convert to kernel test
Merge request link
Remaining tasks
Decide if method testNoLinkUri - need to be converted?