Skip to content

Commit 6f56f84

Browse files
committed
MC-38772: Apply automation to fix non-MFTF tests for MDEs
- Fix tests
1 parent 5abdd15 commit 6f56f84

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/PageBuilder/Model/Dom

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/PageBuilder/Model/Dom/ElementTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ElementTest extends TestCase
2323
/**
2424
* @inheritdoc
2525
*/
26-
protected function setUp()
26+
protected function setUp(): void
2727
{
2828
$this->objectManager = Bootstrap::getObjectManager();
2929
}

0 commit comments

Comments
 (0)