Skip to content
Snippets Groups Projects
Unverified Commit 9e912cac authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3039081 by claudiu.cristea: Remove reset of user_role static cache in...

Issue #3039081 by claudiu.cristea: Remove reset of user_role static cache in UserRoleAdminTest::testRoleWeightOrdering()

(cherry picked from commit d05fe054)
parent fe14b75c
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,6 @@ public function testRoleWeightOrdering() {
$this->assertText(t('The role settings have been updated.'), 'The role settings form submitted successfully.');
// Load up the user roles with the new weights.
drupal_static_reset('user_roles');
$roles = user_roles();
$rids = [];
// Test that the role weights have been correctly saved.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment