CRM-15578 - CRM_Core_Transaction - Add support for nested transactions; add tests.
authorTim Otten <totten@civicrm.org>
Wed, 12 Nov 2014 07:07:57 +0000 (23:07 -0800)
committerTim Otten <totten@civicrm.org>
Thu, 13 Nov 2014 23:45:50 +0000 (15:45 -0800)
commit5bb8417a79fcde9d7ceb12bab23021b54ee11e1b
tree00c322dfa42aaefa1da0364431df129e3502c591
parente94b8918997f8a54b7934ad592f07e9874863fa1
CRM-15578 - CRM_Core_Transaction - Add support for nested transactions; add tests.
CRM/Core/Transaction.php
Civi/Core/Transaction/Frame.php [new file with mode: 0644]
Civi/Core/Transaction/Manager.php [new file with mode: 0644]
tests/phpunit/CRM/Core/TransactionTest.php
tests/phpunit/CiviTest/CiviUnitTestCase.php