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 5711aad commit 24736a9Copy full SHA for 24736a9
dev/tests/integration/testsuite/Magento/Framework/View/LayoutTestWithExceptions.php
@@ -14,7 +14,10 @@ class LayoutTestWithExceptions extends \PHPUnit\Framework\TestCase
14
*/
15
protected $layout;
16
17
- protected function setUp()
+ /**
18
+ * @inheritdoc
19
+ */
20
+ protected function setUp(): void
21
{
22
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
23
$layoutFactory = $objectManager->get(\Magento\Framework\View\LayoutFactory::class);
0 commit comments