The comment 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.
Note: The RDF module has one test which derives from CommentTestBase which is changed in these patches. That test has been corrected to work with the revised CommentTestBase in this patch. No other changes were made in the RDF module in this issue. See #2381921: Clean-up RDF module 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. |