From 947c569782650b0705ed284cdde11912019f815a Mon Sep 17 00:00:00 2001 From: Mark Story Date: Wed, 3 Jan 2024 16:08:40 -0500 Subject: [PATCH] Add docs notes for cakephp/cakephp#17521 --- en/appendices/5-1-upgrade-guide.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/en/appendices/5-1-upgrade-guide.rst b/en/appendices/5-1-upgrade-guide.rst index 34a8216798..da96d27aa6 100644 --- a/en/appendices/5-1-upgrade-guide.rst +++ b/en/appendices/5-1-upgrade-guide.rst @@ -44,6 +44,8 @@ Http TestSuite --------- +- ``ConnectionHelper`` methods are now all static. This class has no state and + its methods were updated to be static. - ``LogTestTrait`` was added. This new trait makes it easy to capture logs in your tests and make assertions on the presence or absence of log messages.