-
Notifications
You must be signed in to change notification settings - Fork 203
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
EZP-32361: Fixed Subtree copying when child is invisible #3104
Conversation
@barw4 CI is failing here. |
self::assertEquals(count($expected), count($actual)); | ||
|
||
foreach ($actual as $key => $properties) { | ||
self::assertEquals($expected[$key]['hidden'], $properties['hidden']); | ||
self::assertEquals($expected[$key]['invisible'], $properties['invisible']); | ||
} |
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.
In general usage of self::assertSame
is preferred. It's similar to using ==
vs ===
- if there is no reason for non-strict comparison, strict should be used.
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.
QA Approve. Tested on v2.5.19 ee, v3.2.7-dev experience, 3.3.3-dev experience.
You can merge it up. |
Merged into: |
7.5
TODO:
$ composer fix-cs
).