Unverified Commit 483193b4 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3082006 hotfix: User password field is empty in Views

parent 999dbefc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ class UserViewsDataTest extends KernelTestBase {
  /**
   * {@inheritdoc}
   */
  protected function setUp() {
  protected function setUp(): void {
    parent::setUp();
    $this->viewsData = $this->container->get('views.views_data');
    $this->entityFieldManager = $this->container->get('entity_field.manager');