Skip to content

Commit 1f3fe0b

Browse files
committed
MC-38772: Apply automation to fix non-MFTF tests for MDEs
- Run script
1 parent 847aca6 commit 1f3fe0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/static/testsuite/Magento/Test/Integrity/Xml/MenuSectionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class MenuSectionsTest extends \PHPUnit\Framework\TestCase
2020
*/
2121
private $componentDirSearch;
2222

23-
protected function setUp()
23+
protected function setUp(): void
2424
{
2525
$componentRegistrar = new ComponentRegistrar();
2626
$this->componentDirSearch = new DirSearch($componentRegistrar, new ReadFactory(new DriverPool()));

0 commit comments

Comments
 (0)