Problem/Motivation
Minor issue but interferes with the logic in #3465602: Order tests by number of public methods to optimize gitlab job times.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3469824
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
catchI think these traits are so old that they date from before we specified visibility on methods at all, then they probably got mass-updated to public at some point when we started. There's no reason for any class except child classes to call them.
Comment #4
smustgrave commentedSeems straight forward.
Comment #10
nod_Committed and pushed 5d98794158 to 11.x and a5186f55c9 to 11.0.x and 092cf97bf2 to 10.4.x and 9746059c19 to 10.3.x. Thanks!