Closed timkelty closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 64.95%. Comparing base (
eb304e7
) to head (8724ba3
). Report is 7 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Added lines #L193 - L194 were not covered by tests
Could you add a test for that.
@schmunk42 the test for that is here. I'm not sure why that warning is showing in the Github diff. It isn't showing here: https://app.codecov.io/gh/yiisoft/yii2/pull/20248
Can you rollback changes to the two files under
db/
?
@machour Done. CS/lint check will fail, but not from changes in this PR.
@timkelty thanks for your time and efforts. Can you please resolve the conflict to enable final review and possibly merging it?
All set, @mtangoo.
All set, @mtangoo.
Thanks for your time and efforts. We will review and merge it if all is good without delay!
@timkelty the PR is good. Can you add a line in changelog so that we can merge this?
@timkelty the PR is good. Can you add a line in changelog so that we can merge this?
Done!
@timkelty thanks for your time and efforts
Allows behaviors attached with the
'as behaviorName'
syntax to use a Closure.In the process of writing a test, I discovered the
\yiiunit\framework\base\ComponentTest::testAttachBehavior
test was broken (it has assertions that were never reached), so I fixed that as well.