Problem/Motivation
#3266465: [policy, no patch] Remove Telephone module from core consensus is telephone module should be removed. This ticket will need to move to the META for tasks to deprecate I'm just getting things started.
There are a few tests that are using telephone but think they can be replaced
Steps to reproduce
NA
Proposed resolution
Replace/Remove any tests outside telephone that use the telephone module
Remaining tasks
Reivew
User interface changes
NA
Introduced terminology
NA
API changes
NA
Data model changes
NA
Release notes snippet
NA
Issue fork drupal-3594057
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
smustgrave commentedSimple enough.
Comment #4
smustgrave commentedComment #5
dcam commentedWhat are your thoughts on using the
test_fieldfrom thefield_testmodule instead of a link? I know that in the most recent maintainer survey there were people who thought Link should be removed from Core too. I think that's a mistake, but that's a different discussion. The point is you never know what the lifetime of a Core module is.Comment #6
quietone commentedI think this is premature, the policy issue for removing telephone does not yet have all the required signoffs.
When approved, use the existing process for removing modules from core to contrib,
Comment #7
quietone commentedI just caught up with a slack discussion in the release manager channel and the policy and there was agreement to remove telephone from core.
I will now setup the issues for removing per the policy stated in the previous comment.
Comment #8
quietone commentedComment #9
smustgrave commented@quietone sorry got a little ahead of myself.
@dcam I tried your suggestion the only one I didn't replace was core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php because the comment mentions
Comment #10
dcam commentedMakes sense. No problem.
I found a couple of things to take another look at. I left a couple of comments for them.
Comment #11
smustgrave commentedAddressed the feedback, thanks!
Comment #12
dcam commentedMy feedback was addressed. It looks good to me.