Problem/Motivation
Follow up to #3353210: [PHPUnit 10] @dataProvider methods must be declared static and public.
Convert ConstraintTest::providerIsCompatible to a static method.
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3422095
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 #3
mondrakeComment #4
smustgrave commentedSeems pretty straightforward and not a huge number to review. Tests are all green.
Comment #5
longwaveCommitted bc0b5a1 and pushed to 11.x. Thanks!