- Issue created by @quietone
Contact module is being deprecated. Usages is tests not in Contact needs to removed and test coverage moved to the Contact module.
Search for 'contact' in tests not in the contact module. The following grep finds some usages but it many not be all.
git grep "'contact'" | grep -v modules/contact | grep -vi migrate | awk -F: '{print $1}' | sort -u
Do no modify migration tests in this issue.
Active
11.0 🔥
contact.module