From: Tim Otten Date: Tue, 9 Feb 2016 23:51:24 +0000 (-0800) Subject: CRM-17860 - TransactionalInterface - Docs X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f703cd9e02f6efca47a21e9c282c84d51accd2b2;p=civicrm-core.git CRM-17860 - TransactionalInterface - Docs --- diff --git a/Civi/Test/TransactionalInterface.php b/Civi/Test/TransactionalInterface.php index f79e8dbe2b..31d13d02ac 100644 --- a/Civi/Test/TransactionalInterface.php +++ b/Civi/Test/TransactionalInterface.php @@ -12,6 +12,9 @@ namespace Civi\Test; * Note: At time of writing, CiviTestListener only supports using TransactionalInterface if * the test is in-process and runs with CIVICRM_UF==UnitTests. * + * For end-to-end testing, it is expected that the CMS will not participate in the transaction, + * so the transaction mechanism will not work. + * * @see HeadlessInterface */ interface TransactionalInterface {