We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec349fb commit 499dc45Copy full SHA for 499dc45
tests/Integration/AbstractFrontendControllerTest.php
@@ -38,7 +38,7 @@ abstract class AbstractFrontendControllerTest extends AbstractController
38
/**
39
* @inheritdoc
40
*/
41
- protected function setUp()
+ protected function setUp(): void
42
{
43
$this->objectManager = Bootstrap::getObjectManager();
44
$this->layoutInterface = $this->objectManager->get(LayoutInterface::class);
0 commit comments