Skip to content

Commit 58b3374

Browse files
authored
Update page controller setUp for magento 2.4
1 parent 499dc45 commit 58b3374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/PageFrontendControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class PageFrontendControllerTest extends AbstractFrontendControllerTest
2929
/** @var CustomLayoutRepositoryInterface $repository */
3030
protected $repository;
3131

32-
protected function setUp()
32+
protected function setUp(): void
3333
{
3434
parent::setUp();
3535

0 commit comments

Comments
 (0)