dev/core#1921 remove isoToMysql
authoreileen <emcnaughton@wikimedia.org>
Mon, 14 Sep 2020 00:09:23 +0000 (12:09 +1200)
committereileen <emcnaughton@wikimedia.org>
Mon, 14 Sep 2020 00:09:26 +0000 (12:09 +1200)
commitdc4db2607dd633e23c88a158c47e191857b56245
treeafa47c25868b6553d1380347861954883b6602a2
parenta31cdda9e9acda454f02790e3e8d1aca1f02ea2c
dev/core#1921 remove isoToMysql

Overview
----------------------------------------
Remove unnecessary isoToDate function

Before
----------------------------------------
Code compatible with packages code of 6 years ago

After
----------------------------------------
will break if you revert 6 year old fix....

Technical Details
----------------------------------------
The test testMailerStats passes through this line of code - which
I think is probably about the most we can confirm testing wise as we expect there
to be no reason to cast to mysql anymore

Comments
----------------------------------------
https://lab.civicrm.org/dev/core/-/issues/1921
CRM/Mailing/BAO/MailingJob.php
tests/phpunit/api/v3/MailingTest.php