-
Notifications
You must be signed in to change notification settings - Fork 160
[Bug] Unit test for overridden properties in Magento.Files.LineLength doesn't work as expected #36
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
Comments
I did some debugging. When executing
When executing
Do we know if this worked before for other sniffs / in other repositories? |
@mzeis thanks for the investigation. |
Move LineLength from ruleset to sniff (fixes #36)
Rule from
ruleset.xml
Properties from parent
Generic.Files.LineLength
sniff are processed instead of changed inMagento.Files.LineLength
values.Steps to reproduce
Expected result
Actual result
Discovered while implementing Unit test for LineLengthSniff.
The text was updated successfully, but these errors were encountered: