Skip to content

Commit 499dc45

Browse files
authored
Update setUp for magento 2.4
1 parent ec349fb commit 499dc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/AbstractFrontendControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ abstract class AbstractFrontendControllerTest extends AbstractController
3838
/**
3939
* @inheritdoc
4040
*/
41-
protected function setUp()
41+
protected function setUp(): void
4242
{
4343
$this->objectManager = Bootstrap::getObjectManager();
4444
$this->layoutInterface = $this->objectManager->get(LayoutInterface::class);

0 commit comments

Comments
 (0)