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