Skip to content

Commit 24736a9

Browse files
committed
MC-33147: Stabilise integration tests
1 parent 5711aad commit 24736a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/View/LayoutTestWithExceptions.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ class LayoutTestWithExceptions extends \PHPUnit\Framework\TestCase
1414
*/
1515
protected $layout;
1616

17-
protected function setUp()
17+
/**
18+
* @inheritdoc
19+
*/
20+
protected function setUp(): void
1821
{
1922
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
2023
$layoutFactory = $objectManager->get(\Magento\Framework\View\LayoutFactory::class);

0 commit comments

Comments
 (0)