diff -u b/core/modules/user/tests/Drupal/user/Tests/Views/Argument/RolesRidTest.php b/core/modules/user/tests/Drupal/user/Tests/Views/Argument/RolesRidTest.php --- b/core/modules/user/tests/Drupal/user/Tests/Views/Argument/RolesRidTest.php +++ b/core/modules/user/tests/Drupal/user/Tests/Views/Argument/RolesRidTest.php @@ -60,7 +60,7 @@ // Creates a stub entity storage controller; $role_storage_controller = $this->getMockForAbstractClass('Drupal\Core\Entity\EntityStorageControllerInterface'); $role_storage_controller->expects($this->any()) - ->method('load') + ->method('loadMultiple') ->will($this->returnValueMap(array( array(array(), array()), array(array('test_rid_1'), array('test_rid_1' => $role1)),