-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Added unit test for cover block render function #42108
Added unit test for cover block render function #42108
Conversation
@Mamaduka can you please review the PR. |
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.
Letf two nits, but by bigger request would be to split into multiple tests as it's a bit confusing reading what we're testing.
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.
One nitpick, everything else LGTM
Ready to Merge ? |
@sunil25393, it looks like PHP Unit tests are failing. |
Can test again, I was calling wrong method of block render. |
What?
Added unit test for cover block render function.