From 01412e832da3323cfcd6236722ff7b96241153ef Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Fri, 13 Sep 2024 15:18:45 +0200 Subject: [PATCH] mention PHPUnit 11 support --- en/appendices/5-1-migration-guide.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/en/appendices/5-1-migration-guide.rst b/en/appendices/5-1-migration-guide.rst index 025a120680..461b35e2f3 100644 --- a/en/appendices/5-1-migration-guide.rst +++ b/en/appendices/5-1-migration-guide.rst @@ -156,6 +156,7 @@ ORM TestSuite --------- +- CakePHP as well as the app template have been updated to use PHPUnit ``^10.5.5 || ^11.1.3"``. - ``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