Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 302876

Clean-up field_ui module test members - ensure property definition and use of camelCase naming convention

$
0
0

The field_ui 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

Reference: https://www.drupal.org/core/beta-changes
Issue categoryTask, because this is a coding standards change.
Issue priorityNot critical because coding standard changes are not critical.
Unfrozen changesUnfrozen because it only changes automated tests.
DisruptionThere is no disruption expected from this sort of change.

Viewing all articles
Browse latest Browse all 302876

Trending Articles