Skip to content

Commit a72a4db

Browse files
committed
MC-2358: Update column configuration form
- Update static test with extended base form for column
1 parent 179d2a3 commit a72a4db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ private function getXmlFiles(): array
5151
$overrideFiles = [
5252
'pagebuilder_base_form.xml' => '',
5353
'pagebuilder_map_location_form.xml' => '',
54-
'pagebuilder_banner_form.xml' => 'pagebuilder_base_form_with_background_attributes'
54+
'pagebuilder_banner_form.xml' => 'pagebuilder_base_form_with_background_attributes',
55+
'pagebuilder_column_form.xml' => 'pagebuilder_base_form_with_background_attributes'
5556
];
5657
$componentRegistrar = new ComponentRegistrar();
5758
$modulePath = $componentRegistrar->getPath(ComponentRegistrar::MODULE, 'Magento_PageBuilder');

0 commit comments

Comments
 (0)