-
-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fully deprecate getTokenDetails
#22483
Conversation
(Standard links)
|
Hmm - looks like flexmailer is going through BAO classes functions I didn't think it did CRM_Mailing_MailingSystemTest::testBasicHeaders |
CRM_Mailing_MailingSystemTest.testBasicHeaders |
@eileenmcnaughton The test is configured to go through the legacy stuff deliberately see
|
@seamuslee001 ah thanks - so part of deprecating is removing the test now |
6acef27
to
dfb73b0
Compare
This is only called in legacy mailing code now so stop testing it & deprecate it
dfb73b0
to
6d5a7ee
Compare
@seamuslee001 OK to merge - I removed a bunch of tests but kept 1 with some magic to cause the notices to not derail it |
Overview
#22482 (also in this PR) removes the last core call to
getTokenDetails
outside of legacy Mailing BAO methods - now we can add deprecation notices & stop testing itBefore
Only deprecation annotations
After
Noisy deprecation
Technical Details
Comments