-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Adds test for getDataUsingMethod using digits #4354
Adds test for getDataUsingMethod using digits #4354
Conversation
I can't see how the travis failure
would be related to the addition of a unit test. |
@mazhalai do you know what needs to be done? resubmitted based on latest version? |
@fooman can you sync with develop branch please? It this has been fixed in develop branch already. |
2eaeb4b
to
d2d1d19
Compare
@mazhalai done |
Internal ticket created - MAGETWO-56728 |
…gits #4354 - Merge branch 'extra-test-documenting-getDataUsingMethod' of https://github.com/fooman/magento2 into fooman-extra-test-documenting-getDataUsingMethod
[Performance] Introduce CSS critical path and font display swap
Adding a test to document the current behaviour of
Magento\Framework\DataObject::_underscore
- in particulargetDataUsingMethod('key2')
exposes the inbuilt assumption from _underscore that any digit is preceded by an underscore.