The config_translation module uses test class members with underscored names. Some examples are big_user, web_user and admin_user, but there could be others. According to our coding conventions, these should be renamed to bigUser, webUser and adminUser. In addition, some properties are undefined but should be.
See the parent issue #1811638: [meta] Clean-up Test members - ensure property definition and use of camelCase naming convention.
Beta phase evaluation
| Issue category | Task, because this is a coding standards change. |
|---|---|
| Issue priority | Not critical because coding standard changes are not critical. |
| Unfrozen changes | Unfrozen because it only changes automated tests. |
| Disruption | There is no disruption expected from this sort of change. |
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | interdiff-1-3.txt | 826 bytes | hussainweb |
| #3 | clean_up_config_translation-2396739-3.patch | 10.28 KB | hussainweb |
Comments
Comment #1
hussainwebComment #2
mile23So this change is out of scope.
It also violates the coding standards. This array is longer than 80 characters, so it can't be on one line.
Because your change is out of scope, and because your change violates coding standards, I'm not supposed to RTBC it.
phpcs says there aren't any camel case problems, so I'd be able to RTBC if this change weren't present.
Comment #3
hussainwebRemoving the change mentioned in #2. Thanks for the review.
Comment #4
tibbsa commentedTestbot is happy and there do not appear to be any additional undeclared variables. The changes made are within the scope of the issue, and this addresses the feedback at #2. RTBC.
Comment #5
webchickLooks like Alex has been committing others of these, so joining the club. :P
Committed and pushed to 8.0.x. Thanks!