-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix deprecated messages #32
Conversation
kewlburn
commented
Mar 15, 2023
- fixed deprecated Paginator component.
- upgraded fixture to new cakephp fixture system.
- fixed deprecated phpunit expectErrorMessageMatches() and expectError() methods.
- fixed deprecated Time (I18n) class.
@kewlburn Most changes look good; however, I found some files are not terminated by a line break. Could you fix them? |
* upgraded fixture to new cakephp fixture system. * fixed deprecated phpunit expectErrorMessageMatches() and expectError() methods. * fixed deprecated Time (I18n) class.
6f6d43c
to
c4ec82f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now deprecation messages are all gone! Please fix issues in lifecycle callbacks and some cosmetic preferences before I merge this.
Co-authored-by: Chitoku <[email protected]>
Co-authored-by: Chitoku <[email protected]>
Co-authored-by: Chitoku <[email protected]>
Co-authored-by: Chitoku <[email protected]>
Co-authored-by: Chitoku <[email protected]>
@chitoku-k thank you again. |
Co-authored-by: Chitoku <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you for the contribution 👍