Problem/Motivation
ManageFieldsFunctionalTest is very old and one of the very longest running functional tests at more than three minutes.
We don't need ::testDeleteTaxonomyField() when we have the dedicated FieldUIDeleteTest that does a lot more. Ideally all of this would use entity_test instead of taxonomy and node modules but that would be a much bigger refactoring.
A couple of test methods can also be combined into one as well which will reduce runtime while still testing similar functionality.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3465968
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:
- 3465968-de-duplicate-logic-in
changes, plain diff MR !9078
Comments
Comment #3
catchComment #4
smustgrave commentedSeems pretty straight forward.
Comment #10
nod_Committed and pushed 71ae8fcb3a to 11.x and 6b66192717 to 11.0.x and 77b9036719 to 10.4.x and 4b221d555b to 10.3.x. Thanks!
Comment #11
nod_