Skip to content

Commit ce1fabc

Browse files
committed
MC-5232: Prefix field names with section name to avoid field name collision
- Fix namespace on integration test
1 parent fdff468 commit ce1fabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/PageBuilder/Model/Stage/Config/UiComponentConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
declare(strict_types=1);
88

9-
namespace Magento\PageBuilder\Model\Stage;
9+
namespace Magento\PageBuilder\Model\Stage\Config;
1010

1111
use Magento\TestFramework\Helper\Bootstrap;
1212

0 commit comments

Comments
 (0)