From ada2d7a1312efe476a38ceee185e558aae9f7ee9 Mon Sep 17 00:00:00 2001
From: Joachim Noreiko <joachim@107701.no-reply.drupal.org>
Date: Tue, 10 Dec 2024 17:41:14 +0000
Subject: [PATCH] Issue #3412825: Automated Drupal 10 compatibility fixes.

---
 tests/src/Unit/EntityPagerAnalyzerTest.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/src/Unit/EntityPagerAnalyzerTest.php b/tests/src/Unit/EntityPagerAnalyzerTest.php
index 8b58dfe..6c789c1 100644
--- a/tests/src/Unit/EntityPagerAnalyzerTest.php
+++ b/tests/src/Unit/EntityPagerAnalyzerTest.php
@@ -36,6 +36,7 @@ class EntityPagerAnalyzerTest extends UnitTestCase {
    * {@inheritdoc}
    */
   protected function setUp(): void {
+    parent::setUp();
     $this->entityPager = $this->createMock(EntityPagerInterface::class);
 
     for ($i = 0; $i < random_int(3, 6); $i++) {
-- 
GitLab