From f703cd9e02f6efca47a21e9c282c84d51accd2b2 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 9 Feb 2016 15:51:24 -0800 Subject: [PATCH] CRM-17860 - TransactionalInterface - Docs --- Civi/Test/TransactionalInterface.php | 3 +++ 1 file changed, 3 insertions(+) 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 { -- 2.25.1