CRM-13103 - CRM_Utils_HookTest
authorTim Otten <totten@civicrm.org>
Tue, 23 Jul 2013 22:23:50 +0000 (15:23 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 23 Jul 2013 23:14:36 +0000 (16:14 -0700)
commitc964e21467e9be59675b0f17aeb631cd20604517
tree94df6e5468e6384bffb1eefc641f164e7f1b3032
parent8b5a4d2bd38214b4b6fa8c25a75632573ed13abc
CRM-13103 - CRM_Utils_HookTest

Add unit test in which one hook calls another. Note that this unit-test
doesn't actually reproduce the issue for me (eg it incorrectly shows the
test as passing on code that doesn't work for me in real situations), but
it's still valuable in that it gives us better test coverage.

----------------------------------------
* CRM-13103: Hook execution terminates prematurely
  http://issues.civicrm.org/jira/browse/CRM-13103
tests/phpunit/CRM/Utils/HookTest.php [new file with mode: 0644]