From a61f1ce22c6867bca8cc740ea82e4aa245831bb3 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 7 Jun 2023 16:35:12 +1200 Subject: [PATCH] Add eventTrait warning --- Civi/Test/EventTestTrait.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Civi/Test/EventTestTrait.php b/Civi/Test/EventTestTrait.php index 6e7da0df61..33b8d5e76e 100644 --- a/Civi/Test/EventTestTrait.php +++ b/Civi/Test/EventTestTrait.php @@ -24,6 +24,10 @@ use Civi\Api4\UFJoin; /** * Helper for event tests. * + * WARNING - this trait ships with core from 5.63 but I wasn't able to resolve + * all the core tests onto it for 5.63 - hence the signatures may not yet be stable + * and it is worth assuming that they will not be stable until 5.65. + * * This provides functions to set up valid events * for unit tests. * -- 2.25.1