Skip to content

Commit 08c10c7

Browse files
fixed doctrine tests
1 parent 6050e4c commit 08c10c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Functional/Command/ScheduleSystemTasksCommandTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ public function setUp()
1313
if (self::$kernel->getContainer()->getParameter('kernel.storage') !== 'doctrine') {
1414
return $this->markTestSkipped('This testcase will only be called for doctrine storage.');
1515
}
16+
17+
parent::setUp();
1618
}
1719

1820
public function testExecute()

0 commit comments

Comments
 (0)