CRM-11958 - Add hook_civicrm_alterMailer (with unit-test)
authorTim Otten <totten@civicrm.org>
Thu, 5 Sep 2013 07:12:11 +0000 (00:12 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 5 Sep 2013 07:12:11 +0000 (00:12 -0700)
commit72ad6c1b262f3d14612a728b7e6c12cdb1da74c5
treeb05b201f87aa71d0eadd7c6dc0770123254447fe
parent0d4038c7a082406284fa7d271295cd195f0f1ec7
CRM-11958 - Add hook_civicrm_alterMailer (with unit-test)

----------------------------------------
* CRM-11958: New hook implementation for altering outgoing mail configuration
  http://issues.civicrm.org/jira/browse/CRM-11958
CRM/Core/Config.php
CRM/Utils/FakeObject.php [new file with mode: 0644]
CRM/Utils/Hook.php
tests/phpunit/CRM/Core/Config/MailerTest.php [new file with mode: 0644]
tests/phpunit/CiviTest/CiviUnitTestCase.php