Skip to content

Commit 5abdd15

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

File tree

2 files changed

+2
-2
lines changed
  • dev/tests/integration/testsuite/Magento/PageBuilder

2 files changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/PageBuilder/Controller/Adminhtml/ContentType/Image/UploadTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ protected function setUp(): void
7777
/**
7878
* @inheritdoc
7979
*/
80-
protected function tearDown()
80+
protected function tearDown(): void
8181
{
8282
$_FILES = [];
8383
}

dev/tests/integration/testsuite/Magento/PageBuilder/Model/Config/MenuSection/ReaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ReaderTest extends \PHPUnit\Framework\TestCase
2222
*/
2323
private $fileResolverMock;
2424

25-
protected function setUp()
25+
protected function setUp(): void
2626
{
2727
$objectManager = Bootstrap::getObjectManager();
2828

0 commit comments

Comments
 (0)