Follow-up to #1811638: [meta] Clean-up Test members - ensure property definition and use of camelCase naming convention
This is the final cleanup of module-based tests for the parent meta. Evidently some new commits have re-introduced the things we would like to get rid of. See #1811638-81: [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 |
|---|---|---|---|
| #15 | clean_up_remaining_test-2463417-15.patch | 29.64 KB | cilefen |
| #15 | interdiff-11-15.txt | 842 bytes | cilefen |
| #11 | 2463417-11.patch | 29.54 KB | hussainweb |
| #11 | interdiff-9-11.txt | 6.85 KB | hussainweb |
| #9 | 2463417-9.patch | 29.63 KB | rpayanm |
Comments
Comment #1
cilefen commentedComment #2
rpayanmComment #3
rpayanmPlease review.
Comment #5
rpayanmLet me see now.
Comment #7
rpayanmYeah!
Comment #9
rpayanmLet me see now.
Comment #10
joelpittetThis looks good @rpayanm. I reviewed the changes and they all look great. Just a little nitpick before I RTBC this:
As long as they don't change the diff hunk size I'd say may as well use the short array syntax.
Got some extra whitespace left in here.
Here is the regular expression I used to weed out any stragglers... which there are none.
\$this\->[^(;\s]+_[^(;\s]+Comment #11
hussainwebFixed both points in #10.
Comment #12
joelpittetAwesome, thank you @hussainweb.
Comment #13
mile23It doesn't look like there's overlap, but this issue looks like a cleanup issue after the rest of the module test issues from the meta are done.
There's only one remaining issue in this scope, and it's for the forum module: #2396649: Clean-up forum module test members - ensure property definition and use of camelCase naming convention
So just avoid forum module for now. :-)
I'd also say this issue should be postponed on that one, but let's keep going here if there's anything else to add.
Comment #14
alexpottNo need for the property.
Comment #15
cilefen commentedComment #16
joelpittetThanks @cilefen for the quick fix.
Comment #17
alexpottCommitted b75b691 and pushed to 8.0.x. Thanks!
Thanks for adding the beta evaluation to the issue summary.