-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support PHP 8.1 #2
Conversation
There was a single test and it was failing, because it was a bad test. I expanded the tests so they give us 100% coverage, and some generic easily-testable cases as well. |
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.
Do we want Codeclimate on this?
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.
All matrix automated tests for PHP 7.4, 8.0, and 8.1 passing (as well as with prefer lowest setting). Codesniffer with DrupalPractice rules. And Codeclimate. Looks good!
<exclude name="Drupal.Commenting.FunctionComment.Missing"/> | ||
<exclude name="Drupal.Commenting.DocComment.MissingShort"/> | ||
</rule> | ||
<rule ref="DrupalPractice"/> |
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.
@paul-m The other DKAN libraries were using PSR1 and PSR2. Just curious as to why this one is using the DrupalPractice instead?
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.
Per Paul, "pdlt looks like Drupal rather than PSR1/2, so I enforced that. " So we're good :)
No description provided.