Problem/Motivation
See https://www.drupal.org/pift-ci-job/2236283
Why do the tests fail - are tests wrong or is the module buggy? Please help fixing this.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork field_formatter-3249279
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
grevil commentedFixed, the problem was the missing "label" property for the role creation. As of Semptember 2021 Role::create needs to have a label specified, see:
#3241699: Fix D9.3 test failures - "Role label is expected to be a string."
Comment #4
anybodyGREAT work @Grevil! Tests pass! Will be merged!
Comment #6
anybody