We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d8ec3 commit 58a42eeCopy full SHA for 58a42ee
dev/tests/static/testsuite/Magento/Test/Integrity/Xml/ExtendsBaseFormTest.php
@@ -46,13 +46,13 @@ private function getXmlFiles(): array
46
{
47
$data = [];
48
$ignoreFiles = [
49
- 'pagebuilder_modal_form.xml'
+ 'pagebuilder_modal_form.xml',
50
+ 'pagebuilder_block_select_grid.xml',
51
];
52
$overrideFiles = [
53
'pagebuilder_base_form.xml' => '',
54
'pagebuilder_map_location_form.xml' => '',
55
'pagebuilder_banner_form.xml' => 'pagebuilder_base_form_with_background_attributes',
- 'pagebuilder_block_select_grid.xml' => '',
56
57
$componentRegistrar = new ComponentRegistrar();
58
$modulePath = $componentRegistrar->getPath(ComponentRegistrar::MODULE, 'Magento_PageBuilder');
0 commit comments