diff --git a/tests/src/Unit/EntityPagerAnalyzerTest.php b/tests/src/Unit/EntityPagerAnalyzerTest.php
index 8b58dfe8aeba874cf6be51df803fbb6695529a10..6c789c1cd4f0421cc3b5e08f5a7147f1ee1fccd5 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++) {