-
Notifications
You must be signed in to change notification settings - Fork 26
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
[TASK] Add functional tests for showAction
#1419
Conversation
Pull Request Test Coverage Report for Build 10185208360Details
💛 - Coveralls |
showAction
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.
The test generally looks good. There are some style warnings, though, and the branch needs a rebase.
Also, I'd prefer a cleaner solution over disabling cHash validation.
63f4f16
to
8ac9240
Compare
951aaf0
to
647edec
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.
I'll need to have a look at the lowest test failures.
4cd58e7
to
e878ed6
Compare
Pull Request Test Coverage Report for Build 12610809806Details
💛 - Coveralls |
e878ed6
to
fb28ba7
Compare
This paves the way towards support for PHP 8.4. Also, the newer version fixes a bug that affects functional tests for the single view in #1419.
This paves the way towards support for PHP 8.4. Also, the newer version fixes a bug that affects functional tests for the single view in #1419.
This paves the way towards support for PHP 8.4. Also, the newer version fixes a bug that affects functional tests for the single view in #1419.
This paves the way towards support for PHP 8.4. Also, the newer version fixes a bug that affects functional tests for the single view in #1419.
fb28ba7
to
425722b
Compare
Fixes #1228