CRM-17860 - TransactionalInterface - Docs
authorTim Otten <totten@civicrm.org>
Tue, 9 Feb 2016 23:51:24 +0000 (15:51 -0800)
committerTim Otten <totten@civicrm.org>
Mon, 15 Feb 2016 22:23:50 +0000 (14:23 -0800)
Civi/Test/TransactionalInterface.php

index f79e8dbe2b7c62bdfa6b7377a663766550600e34..31d13d02ac5ba91fcc9b638ffd4cd8f606c50593 100644 (file)
@@ -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 {