-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade to CakePHP 5 #593
upgrade to CakePHP 5 #593
Conversation
To get the testsuite running you'll also need to update the phpunit config and the tests bootstrap to use the new fixture schema loading. You can refer to the |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## cake-5 #593 +/- ##
============================================
- Coverage 95.87% 95.86% -0.02%
Complexity 109 109
============================================
Files 11 11
Lines 291 290 -1
============================================
- Hits 279 278 -1
Misses 12 12
☔ View full report in Codecov by Sentry. |
@arusinowski we recently released CakePHP 5.0 RC1 which also included a major PHPUnit update from 9 to 10. |
Yes, i already started working on tests upgrade |
FYI: The new Cake5 CI workflow doesn't require having phpstan and psalm in the composer.json anymore. You can also adjust the composer.json scripts section to contain the additional commands like you can see here: |
Hi, this is cakephp upload plugin updated to CakePHP 5 dev version. I will update this branch as new versions of CakePHP5 become available.