You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
RoleHierarchyInterface doesn't contain any methods.
Comment said "The getReachableRoles(Role[] $roles) method that returns an array of all reachable Role objects is deprecated
since Symfony 4.3."
And we should use method "getReachableRoleNames" or something else.
BUT RoleHierarchyInterface is empty.
I couldn't make a mock from it.