-
-
Notifications
You must be signed in to change notification settings - Fork 828
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
dev/core#2836 install flexmailer by default on new installs [token] #21522
Conversation
(Standard links)
|
Test errors seem to relate:
|
This one seems to relate to something that works in normal mail but not flexmailer |
Rebased. |
7bf4e26
to
7315a1c
Compare
Stacktrace Forward this emailForward this email with no protocol</p This is Mr. Anthony Anderson II. \n' contains "Forward this email with no protocol". /home/jenkins/bknix-dfl/build/core-21522-95seo/web/sites/all/modules/civicrm/tests/phpunit/api/v3/MailingTest.php:295 |
b6dff6c
to
941d760
Compare
|
Right, following #21715, both
Added a bit to relax this assertion. The error text is very slightly different (and imho is maybe a little more on-point in the new variant).
This has some other thing going on with regard to mocking of contact-hashes... don't fully grok it yet... |
OK, adding some new-lines to the example bits makes the issues a bit clearer:
A few things going on here:
|
@totten so my general take is these things seems so trivial to the point where no-one seems to have noticed when switching to flexmailer so far - so I'm fine with just updating the tests |
In this error scenario, both BAO and Flexmailer complain. Flexmailer is slightly more specific in that its error reports the actual field names (`body_text`, `body_html`) rather than a phony field `body`.
* Only check for http://{action.*}` on legacy mailer * Split assertions to be more readable * Accept `h=` or `h=fakehash`
@eileenmcnaughton I rebased, regenerated the SQL dump, and updated the MailingTests for For the
|
yay - thanks @totten |
Overview
dev/core#2836 install flexmailer by default on new installs
Before
Flexmailer not installed by default on new installs
After
Wow - look at that
Technical Details
Comments
https://lab.civicrm.org/dev/core/-/issues/2836