Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /** * Copyright Magento, Inc. All rights reserved. * See COPYING.txt for license ..

Decoded Output download

<?php
/**
 * Copyright  Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
declare(strict_types=1);

return [
    'add_action_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><add action="" id="Test_Value::some_value"' .
        ' title="Notifications" module="Test_Value"' .
        ' resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'action': [facet 'pattern'] The value '' is not accepted by the " .
            "pattern '[a-zA-Z0-9/_\-]{3,}'.
Line: 1
The xml was: 
" .
            "0:<?xml version=\"1.0\"?>
1:<config><menu><add action=\"\" id=\"Test_Value::some_value\" " .
            "title=\"Notifications\" module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>
2:
"
        ],
    ],
    'add_action_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><add action="ad" id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'action': [facet 'pattern'] The value 'ad' is not accepted " .
            "by the pattern '[a-zA-Z0-9/_\-]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add action=\"ad\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_action_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><add action="adm$#@inhtml/notification"' .
        ' id="Test_Value::some_value" title="Notifications"' .
        ' module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'action': [facet 'pattern'] The value 'adm$#@inhtml/notification' is not " .
            "accepted by the pattern '[a-zA-Z0-9/_\-]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add action=\"adm$#@inhtml/notification\" id=\"Test_Value::some_value\" " .
            "title=\"Notifications\" module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_dependsOnConfig_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><add dependsOnConfig="" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'dependsOnConfig': [facet 'pattern'] The value '' is not accepted by " .
            "the pattern '[A-Za-z0-9_/]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add dependsOnConfig=\"\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_dependsOnConfig_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><add dependsOnConfig="v" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'dependsOnConfig': [facet 'pattern'] The value 'v' is not " .
            "accepted by the pattern '[A-Za-z0-9_/]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add dependsOnConfig=\"v\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_dependsOnConfig_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><add dependsOnConfig="name#1" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'dependsOnConfig': [facet 'pattern'] The value 'name#1' is not " .
            "accepted by the pattern '[A-Za-z0-9_/]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add dependsOnConfig=\"name#1\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_dependsOnModule_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><add dependsOnModule="" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'dependsOnModule': [facet 'pattern'] The value '' is not " .
            "accepted by the pattern '[A-Za-z0-9_]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add dependsOnModule=\"\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_dependsOnModule_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><add dependsOnModule="w" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'dependsOnModule': [facet 'pattern'] The value 'w' is not " .
            "accepted by the pattern '[A-Za-z0-9_]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add dependsOnModule=\"w\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_dependsOnModule_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><add dependsOnModule="@#erw" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'dependsOnModule': [facet 'pattern'] The value '@#erw' is not accepted by " .
            "the pattern '[A-Za-z0-9_]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add dependsOnModule=\"@#erw\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_id_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><add id="" title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'id': [facet 'pattern'] The value '' is not " .
            "accepted by the pattern '[A-Za-z0-9/_:]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add id=\"\" title=\"Notifications\" module=\"Test_Value\" " .
            "resource=\"Test_Value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_id_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><add id="ma" title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'id': [facet 'pattern'] The value 'ma' is not " .
            "accepted by the pattern '[A-Za-z0-9/_:]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add id=\"ma\" title=\"Notifications\" module=\"Test_Value\" " .
            "resource=\"Test_Value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_id_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><add id="Magento)value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'id': [facet 'pattern'] The value 'Magento)value::some_value' is not " .
            "accepted by the pattern '[A-Za-z0-9/_:]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add id=\"Magento)value::some_value\" title=\"Notifications\" module=\"Test_Value\" " .
            "resource=\"Test_Value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_module_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><add module="" id="Test_Value::some_value" ' .
        'title="Notifications" resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'module': [facet 'pattern'] The value '' is not " .
            "accepted by the pattern '[A-Za-z0-9_]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add module=\"\" id=\"Test_Value::some_value\" " .
            "title=\"Notifications\" resource=\"Test_Value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_module_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><add module="we" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'module': [facet 'pattern'] The value 'we' is not " .
            "accepted by the pattern '[A-Za-z0-9_]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add module=\"we\" id=\"Test_Value::some_value\" " .
            "title=\"Notifications\" resource=\"Test_Value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_module_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><add module="Test_Va%lue" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'module': [facet 'pattern'] The value 'Test_Va%lue' is not " .
            "accepted by the pattern '[A-Za-z0-9_]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add module=\"Test_Va%lue\" id=\"Test_Value::some_value\" " .
            "title=\"Notifications\" resource=\"Test_Value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_parent_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><add parent="" id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'parent': [facet 'pattern'] The value '' is not accepted by the pattern " .
            "'[A-Za-z0-9/_:]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add parent=\"\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_parent_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><add parent="Ma" id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'parent': [facet 'pattern'] The value 'Ma' is not accepted by the pattern " .
            "'[A-Za-z0-9/_:]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add parent=\"Ma\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_parent_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><add parent="Some#Name::system_other_settings" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'parent': [facet 'pattern'] The value 'Some#Name::system_other_settings' is " .
            "not accepted by the pattern '[A-Za-z0-9/_:]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add parent=\"Some#Name::system_other_settings\" id=\"Test_Value::some_value\" " .
            "title=\"Notifications\" module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_resource_attribute_notvalid_regexp_value1' => [
        '<?xml version="1.0"?><config><menu><add id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'resource': [facet 'pattern'] The value 'test_Value::value' is " .
            "not accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"test_Value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_resource_attribute_notvalid_regexp_value2' => [
        '<?xml version="1.0"?><config><menu><add id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_value::value"/></menu></config>',
        [
            "Element 'add', attribute 'resource': [facet 'pattern'] The value 'Test_value::value' is not " .
            "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><add " .
            "id=\"Test_Value::some_value\" title=\"Notifications\" module=\"Test_Value\" " .
            "resource=\"Test_value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_resource_attribute_notvalid_regexp_value3' => [
        '<?xml version="1.0"?><config><menu><add id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="M#$%23_value::value"/></menu></config>',
        [
            "Element 'add', attribute 'resource': [facet 'pattern'] The value 'M#$%23_value::value' is " .
            "not accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"M#$%23_value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_resource_attribute_notvalid_regexp_value4' => [
        '<?xml version="1.0"?><config><menu><add id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="_value::value"/></menu></config>',
        [
            "Element 'add', attribute 'resource': [facet 'pattern'] The value '_value::value' is " .
            "not accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"_value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_resource_attribute_notvalid_regexp_value5' => [
        '<?xml version="1.0"?><config><menu><add id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" resource="Magento_::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'resource': [facet 'pattern'] The value 'Magento_::value' is " .
            "not accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Magento_::value\"/></menu></config>
2:
",
        ],
    ],
    'add_resource_attribute_notvalid_regexp_value6' => [
        '<?xml version="1.0"?><config><menu><add id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_Value:value"/></menu></config>',
        [
            "Element 'add', attribute 'resource': [facet 'pattern'] The value 'Test_Value:value' is not " .
            "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><add " .
            "id=\"Test_Value::some_value\" title=\"Notifications\" module=\"Test_Value\" " .
            "resource=\"Test_Value:value\"/></menu></config>
2:
",
        ],
    ],
    'add_resource_attribute_notvalid_regexp_value7' => [
        '<?xml version="1.0"?><config><menu><add id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::"/></menu></config>',
        [
            "Element 'add', attribute 'resource': [facet 'pattern'] The value 'Test_Value::' is " .
            "not accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::\"/></menu></config>
2:
",
        ],
    ],
    'add_sortOrder_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><add sortOrder="" id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'sortOrder': '' is not a valid value of the atomic type 'xs:int'.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><add sortOrder=\"\" " .
            "id=\"Test_Value::some_value\" title=\"Notifications\" module=\"Test_Value\" " .
            "resource=\"Test_Value::value\"/></menu></config>
2:
"
        ],
    ],
    'add_sortOrder_attribute_wrong_value_type' => [
        '<?xml version="1.0"?><config><menu><add sortOrder="string value" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'sortOrder': 'string value' is not a valid value of the atomic type 'xs:int'.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><add sortOrder=\"string value\" " .
            "id=\"Test_Value::some_value\" title=\"Notifications\" module=\"Test_Value\" " .
            "resource=\"Test_Value::value\"/></menu></config>
2:
"
        ],
    ],
    'add_title_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><add title="" id="Test_Value::some_value" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'title': [facet 'minLength'] The value '' has a length of '0'; this " .
            "underruns the allowed minimum length of '3'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add title=\"\" id=\"Test_Value::some_value\" module=\"Test_Value\" " .
            "resource=\"Test_Value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_title_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><add title="No" id="Test_Value::some_value" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'title': [facet 'minLength'] The value 'No' has a length of '2'; this " .
            "underruns the allowed minimum length of '3'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add title=\"No\" id=\"Test_Value::some_value\" module=\"Test_Value\" " .
            "resource=\"Test_Value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_title_attribute_more_maxLenght_value' => [
        '<?xml version="1.0"?><config><menu><add title="Lorem ipsum dolor sit amet, consectetur adipisicing" ' .
        'id="Test_Value::some_value" module="Test_Value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'title': [facet 'maxLength'] The value 'Lorem ipsum dolor sit amet, " .
            "consectetur adipisicing' has a length of '51'; this exceeds the allowed maximum length of '50'.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><add " .
            "title=\"Lorem ipsum dolor sit amet, consectetur adipisicing\" id=\"Test_Value::some_value\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>
2:
",
        ],
    ],
    'add_toolTip_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><add toolTip="" id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'toolTip': [facet 'minLength'] The value '' has a length of '0'; " .
            "this underruns the allowed minimum length of '3'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add toolTip=\"\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>
2:
"
        ],
    ],
    'add_toolTip_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><add toolTip="st" id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'toolTip': [facet 'minLength'] The value 'st' has a length of '2'; " .
            "this underruns the allowed minimum length of '3'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add toolTip=\"st\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>
2:
"
        ],
    ],
    'add_toolTip_attribute_more_maxLenght_value' => [
        '<?xml version="1.0"?><config><menu><add toolTip="Lorem ipsum dolor sit amet, consectetur adipisicing" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'toolTip': [facet 'maxLength'] The value 'Lorem ipsum dolor sit amet, " .
            "consectetur adipisicing' has a length of '51'; this exceeds the allowed maximum length of '50'.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><add " .
            "toolTip=\"Lorem ipsum dolor sit amet, consectetur adipisicing\" id=\"Test_Value::some_value\" " .
            "title=\"Notifications\" module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>
2:
"
        ],
    ],
    'add_with_notallowed_atrribute' => [
        '<?xml version="1.0"?><config><menu><add notallowed="some value" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'notallowed': The attribute 'notallowed' is not allowed.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add notallowed=\"some value\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>
2:
"
        ],
    ],
    'add_with_same_id_attribute_value' => [
        '<?xml version="1.0"?><config><menu><add id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::value"/> ' .
        '<add id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" sortOrder="10" parent="Test_Value::system_other_settings" ' .
        'action="adminhtml/notification" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add': Duplicate key-sequence ['Test_Value::some_value'] in unique identity-constraint " .
            "'uniqueAddItemId'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><add id=\"Test_Value::some_value\" title=\"Notifications\" module=\"Test_Value\" " .
            "resource=\"Test_Value::value\"/> <add id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" sortOrder=\"10\" parent=\"Test_Value::system_other_settings\" " .
            "action=\"adminhtml/notification\" resource=\"Test_Value::value\"/></menu></config>
2:
"
        ],
    ],
    'add_without_req_attr' => [
        '<?xml version="1.0"?><config><menu><add action="adminhtml/notification"/></menu></config>',
        [
            "Element 'add': The attribute 'id' is required but missing.
Line: 1
" .
            "The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><add " .
            "action=\"adminhtml/notification\"/></menu></config>
2:
",
            "Element 'add': The attribute 'title' is required but missing.
Line: 1
" .
            "The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><add " .
            "action=\"adminhtml/notification\"/></menu></config>
2:
",
            "Element 'add': The attribute 'module' is required but missing.
Line: 1
" .
            "The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><add " .
            "action=\"adminhtml/notification\"/></menu></config>
2:
",
            "Element 'add': The attribute 'resource' is required but missing.
Line: 1
" .
            "The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><add " .
            "action=\"adminhtml/notification\"/></menu></config>
2:
"
        ],
    ],
    'add_without_required_attribute_id' => [
        '<?xml version="1.0"?><config><menu><add title="Notifications" module="Test_Value" ' .
        'sortOrder="10" parent="Test_Value::system_other_settings" action="adminhtml/notification" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add': The attribute 'id' is required but missing.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><add " .
            "title=\"Notifications\" module=\"Test_Value\" sortOrder=\"10\" " .
            "parent=\"Test_Value::system_other_settings\" action=\"adminhtml/notification\" " .
            "resource=\"Test_Value::value\"/></menu></config>
2:
"
        ],
    ],
    'add_without_required_attribute_module' => [
        '<?xml version="1.0"?><config><menu><add id="Test_Value::some_value" ' .
        'title="Notifications" resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add': The attribute 'module' is required but missing.
Line: 1
" .
            "The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><add id=\"Test_Value::some_value\" " .
            "title=\"Notifications\" resource=\"Test_Value::value\"/></menu></config>
2:
"
        ],
    ],
    'add_without_required_attribute_resource' => [
        '<?xml version="1.0"?><config><menu><add id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value"/></menu></config>',
        [
            "Element 'add': The attribute 'resource' is required but missing.
Line: 1
" .
            "The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><add " .
            "id=\"Test_Value::some_value\" title=\"Notifications\" module=\"Test_Value\"/></menu></config>
2:
"
        ],
    ],
    'double_menu' => [
        '<?xml version="1.0"?><config><menu></menu><menu/></config>',
        [
            "Element 'menu': This element is not expected.
Line: 1
The xml was: 
" .
            "0:<?xml version=\"1.0\"?>
1:<config><menu/><menu/></config>
2:
"
        ],
    ],
    'remove_id_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><remove id=""/></menu></config>',
        [
            "Element 'remove', attribute 'id': [facet 'pattern'] The value '' is not " .
            "accepted by the pattern '[A-Za-z0-9/_:]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><remove id=\"\"/></menu></config>
2:
"
        ],
    ],
    'remove_id_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><remove id="Test_Value::system_%currency"/></menu></config>',
        [
            "Element 'remove', attribute 'id': [facet 'pattern'] The value 'Test_Value::system_%currency' is not " .
            "accepted by the pattern '[A-Za-z0-9/_:]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><remove id=\"Test_Value::system_%currency\"/></menu></config>
2:
"
        ],
    ],
    'remove_id_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><remove id="Test_Value::system#currency"/></menu></config>',
        [
            "Element 'remove', attribute 'id': [facet 'pattern'] The value 'Test_Value::system#currency' is not " .
            "accepted by the pattern '[A-Za-z0-9/_:]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><remove id=\"Test_Value::system#currency\"/></menu></config>
2:
"
        ],
    ],
    'remove_with_notallowed_atrribute' => [
        '<?xml version="1.0"?><config><menu><remove id="Test_Value::system_currency" notallowe="some text"/>' .
        '</menu></config>',
        [
            "Element 'remove', attribute 'notallowe': The attribute 'notallowe' is not allowed.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><remove " .
            "id=\"Test_Value::system_currency\" notallowe=\"some text\"/></menu></config>
2:
"
        ],
    ],
    'remove_without_required_attribute_id' => [
        '<?xml version="1.0"?><config><menu><remove/></menu></config>',
        [
            "Element 'remove': The attribute 'id' is required but missing.
Line: 1
The xml was: 
" .
            "0:<?xml version=\"1.0\"?>
1:<config><menu><remove/></menu></config>
2:
"
        ],
    ],
    'update_action_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><update action="" ' . 'id="Test_Value::some_value"/></menu></config>',
        [
            "Element 'update', attribute 'action': [facet 'pattern'] The value '' is not " .
            "accepted by the pattern '[a-zA-Z0-9/_\-]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update action=\"\" id=\"Test_Value::some_value\"/></menu></config>
2:
"
        ],
    ],
    'update_action_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><update action="v" ' .
        'id="Test_Value::some_value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'update', attribute 'action': [facet 'pattern'] The value 'v' is not accepted " .
            "by the pattern '[a-zA-Z0-9/_\-]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update action=\"v\" id=\"Test_Value::some_value\" resource=\"Test_Value::value\"/>" .
            "</menu></config>
2:
"
        ],
    ],
    'update_action_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><update action="/@##gt;" ' .
        'id="Test_Value::some_value"/></menu></config>',
        [
            "Element 'update', attribute 'action': [facet 'pattern'] The value '/@##gt;' is not accepted " .
            "by the pattern '[a-zA-Z0-9/_\-]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update action=\"/@##gt;\" id=\"Test_Value::some_value\"/></menu></config>
2:
"
        ],
    ],
    'update_dependsOnConfig_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" dependsOnConfig=""/></menu>' .
        '</config>',
        [
            "Element 'update', attribute 'dependsOnConfig': [facet 'pattern'] The value '' is not accepted " .
            "by the pattern '[A-Za-z0-9_/]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update id=\"Module_Name::system_config\" dependsOnConfig=\"\"/></menu></config>
2:
"
        ],
    ],
    'update_dependsOnConfig_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'dependsOnConfig="we"/></menu></config>',
        [
            "Element 'update', attribute 'dependsOnConfig': [facet 'pattern'] The value 'we' is not " .
            "accepted by the pattern '[A-Za-z0-9_/]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update id=\"Module_Name::system_config\" dependsOnConfig=\"we\"/></menu></config>
2:
"
        ],
    ],
    'update_dependsOnConfig_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" dependsOnConfig="someconf%"/>' .
        '</menu></config>',
        [
            "Element 'update', attribute 'dependsOnConfig': [facet 'pattern'] The value 'someconf%' is not " .
            "accepted by the pattern '[A-Za-z0-9_/]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update id=\"Module_Name::system_config\" dependsOnConfig=\"someconf%\"/>" .
            "</menu></config>
2:
"
        ],
    ],
    'update_dependsOnModule_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'dependsOnModule=""/></menu></config>',
        [
            "Element 'update', attribute 'dependsOnModule': [facet 'pattern'] The value '' is not accepted by " .
            "the pattern '[A-Za-z0-9_]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update id=\"Module_Name::system_config\" dependsOnModule=\"\"/></menu></config>
2:
"
        ],
    ],
    'update_dependsOnModule_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'dependsOnModule="qw"/></menu></config>',
        [
            "Element 'update', attribute 'dependsOnModule': [facet 'pattern'] The value 'qw' is not " .
            "accepted by the pattern '[A-Za-z0-9_]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update id=\"Module_Name::system_config\" dependsOnModule=\"qw\"/></menu></config>
2:
"
        ],
    ],
    'update_dependsOnModule_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'dependsOnModule="someModule#1"/></menu></config>',
        [
            "Element 'update', attribute 'dependsOnModule': [facet 'pattern'] The value 'someModule#1' is not " .
            "accepted by the pattern '[A-Za-z0-9_]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update id=\"Module_Name::system_config\" dependsOnModule=\"someModule#1\"/>" .
            "</menu></config>
2:
"
        ],
    ],
    'update_id_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><update id="" title="Notifications"/></menu></config>',
        [
            "Element 'update', attribute 'id': [facet 'pattern'] The value '' is not accepted by the " .
            "pattern '[A-Za-z0-9/_:]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update id=\"\" title=\"Notifications\"/></menu></config>
2:
"
        ],
    ],
    'update_id_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><update id="g" module="Test_Value"/></menu></config>',
        [
            "Element 'update', attribute 'id': [facet 'pattern'] The value 'g' is not accepted by " .
            "the pattern '[A-Za-z0-9/_:]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update id=\"g\" module=\"Test_Value\"/></menu></config>
2:
"
        ],
    ],
    'update_id_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><update id="Magento+value::some_value"/>' . '</menu></config>',
        [
            "Element 'update', attribute 'id': [facet 'pattern'] The value 'Magento+value::some_value' is not " .
            "accepted by the pattern '[A-Za-z0-9/_:]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update id=\"Magento+value::some_value\"/></menu></config>
2:
"
        ],
    ],
    'update_module_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><update module="" id="Module_Name::system_config"/></menu></config>',
        [
            "Element 'update', attribute 'module': [facet 'pattern'] The value '' is not accepted by " .
            "the pattern '[A-Za-z0-9_]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update module=\"\" id=\"Module_Name::system_config\"/></menu></config>
2:
"
        ],
    ],
    'update_module_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" module="we"/></menu></config>',
        [
            "Element 'update', attribute 'module': [facet 'pattern'] The value 'we' is not accepted by the " .
            "pattern '[A-Za-z0-9_]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update id=\"Module_Name::system_config\" module=\"we\"/></menu></config>
2:
"
        ],
    ],
    'update_module_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" module="@#$"/></menu></config>',
        [
            "Element 'update', attribute 'module': [facet 'pattern'] The value '@#$' is not accepted by the " .
            "pattern '[A-Za-z0-9_]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update id=\"Module_Name::system_config\" module=\"@#$\"/></menu></config>
2:
"
        ],
    ],
    'update_parent_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><update parent="" ' . 'id="Test_Value::some_value"/></menu></config>',
        [
            "Element 'update', attribute 'parent': [facet 'pattern'] The value '' is not accepted by the " .
            "pattern '[A-Za-z0-9/_:]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update parent=\"\" id=\"Test_Value::some_value\"/></menu></config>
2:
"
        ],
    ],
    'update_parent_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><update parent="fg" ' . 'id="Test_Value::some_value"/></menu></config>',
        [
            "Element 'update', attribute 'parent': [facet 'pattern'] The value 'fg' is not accepted by the " .
            "pattern '[A-Za-z0-9/_:]{3,}'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update parent=\"fg\" id=\"Test_Value::some_value\"/></menu></config>
2:
"
        ],
    ],
    'update_parent_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><update parent="Test_Value::system_other%settings" ' .
        'id="Test_Value::some_value"/></menu></config>',
        [
            "Element 'update', attribute 'parent': [facet 'pattern'] The value 'Test_Value::system_other%settings' " .
            "is not accepted by the pattern '[A-Za-z0-9/_:]{3,}'.
Line: 1
The xml was: 
" .
            "0:<?xml version=\"1.0\"?>
1:<config><menu><update parent=\"Test_Value::system_other%settings\" " .
            "id=\"Test_Value::some_value\"/></menu></config>
2:
"
        ],
    ],
    'update_resource_attribute_notvalid_regexp_value1' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'resource="test_Value::value"/></menu></config>',
        [
            "Element 'update', attribute 'resource': [facet 'pattern'] The value 'test_Value::value' is not " .
            "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><update " .
            "id=\"Module_Name::system_config\" resource=\"test_Value::value\"/></menu></config>
2:
"
        ],
    ],
    'update_resource_attribute_notvalid_regexp_value2' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'resource="Test_value::value"/></menu></config>',
        [
            "Element 'update', attribute 'resource': [facet 'pattern'] The value 'Test_value::value' is not " .
            "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><update " .
            "id=\"Module_Name::system_config\" resource=\"Test_value::value\"/></menu></config>
2:
"
        ],
    ],
    'update_resource_attribute_notvalid_regexp_value3' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'resource="M#$%23_value::value"/></menu></config>',
        [
            "Element 'update', attribute 'resource': [facet 'pattern'] The value 'M#$%23_value::value' is not " .
            "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><update " .
            "id=\"Module_Name::system_config\" resource=\"M#$%23_value::value\"/></menu></config>
2:
"
        ],
    ],
    'update_resource_attribute_notvalid_regexp_value4' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'resource="_value::value"/></menu></config>',
        [
            "Element 'update', attribute 'resource': [facet 'pattern'] The value '_value::value' is not accepted " .
            "by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><update " .
            "id=\"Module_Name::system_config\" resource=\"_value::value\"/></menu></config>
2:
"
        ],
    ],
    'update_resource_attribute_notvalid_regexp_value5' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'resource="Magento_::value"/></menu></config>',
        [
            "Element 'update', attribute 'resource': [facet 'pattern'] The value 'Magento_::value' is not " .
            "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><update " .
            "id=\"Module_Name::system_config\" resource=\"Magento_::value\"/></menu></config>
2:
"
        ],
    ],
    'update_resource_attribute_notvalid_regexp_value6' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'resource="Test_Value:value"/></menu></config>',
        [
            "Element 'update', attribute 'resource': [facet 'pattern'] The value 'Test_Value:value' is not " .
            "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><update " .
            "id=\"Module_Name::system_config\" resource=\"Test_Value:value\"/></menu></config>
2:
"
        ],
    ],
    'update_resource_attribute_notvalid_regexp_value7' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'resource="Test_Value::"/></menu></config>',
        [
            "Element 'update', attribute 'resource': [facet 'pattern'] The value 'Test_Value::' is not " .
            "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><update ".
            "id=\"Module_Name::system_config\" resource=\"Test_Value::\"/></menu></config>
2:
"
        ],
    ],
    'update_sortOrder_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><update sortOrder="" ' . 'id="Test_Value::some_value"/></menu></config>',
        [
            "Element 'update', attribute 'sortOrder': '' is not a valid value of the atomic type 'xs:int'.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update sortOrder=\"\" id=\"Test_Value::some_value\"/></menu></config>
2:
"
        ],
    ],
    'update_sortOrder_attribute_wrong_value_type' => [
        '<?xml version="1.0"?><config><menu><add sortOrder="string" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'sortOrder': 'string' is not a valid value of the atomic type 'xs:int'.
".
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><add sortOrder=\"string\" " .
            "id=\"Test_Value::some_value\" title=\"Notifications\" module=\"Test_Value\" " .
            "resource=\"Test_Value::value\"/></menu></config>
2:
"
        ],
    ],
    'update_title_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" title=""/></menu></config>',
        [
            "Element 'update', attribute 'title': [facet 'minLength'] The value '' has a length of '0'; " .
            "this underruns the allowed minimum length of '3'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update id=\"Module_Name::system_config\" title=\"\"/></menu></config>
2:
"
        ],
    ],
    'update_title_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" title="am"/></menu></config>',
        [
            "Element 'update', attribute 'title': [facet 'minLength'] The value 'am' has a length of '2'; this " .
            "underruns the allowed minimum length of '3'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update id=\"Module_Name::system_config\" title=\"am\"/></menu></config>
2:
"
        ],
    ],
    'update_title_attribute_more_maxLenght_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'title="Lorem ipsum dolor sit amet, consectetur adipisicing"/></menu></config>',
        [
            "Element 'update', attribute 'title': [facet 'maxLength'] The value 'Lorem ipsum dolor sit amet, " .
            "consectetur adipisicing' has a length of '51'; this exceeds the allowed maximum length of '50'.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><update " .
            "id=\"Module_Name::system_config\" title=\"Lorem ipsum dolor sit amet, consectetur adipisicing\"/>" .
            "</menu></config>
2:
"
        ],
    ],
    'update_toolTip_attribute_empty_value ' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" toolTip=""/></menu></config>',
        [
            "Element 'update', attribute 'toolTip': [facet 'minLength'] The value '' has a length of '0'; " .
            "this underruns the allowed minimum length of '3'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update id=\"Module_Name::system_config\" toolTip=\"\"/></menu></config>
2:
"
        ],
    ],
    'update_toolTip_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" toolTip="we"/></menu></config>',
        [
            "Element 'update', attribute 'toolTip': [facet 'minLength'] The value 'we' has a length of '2'; " .
            "this underruns the allowed minimum length of '3'.
Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update id=\"Module_Name::system_config\" toolTip=\"we\"/></menu></config>
2:
"
        ],
    ],
    'update_toolTip_attribute_more_maxLenght_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'toolTip="Lorem ipsum dolor sit amet, consectetur adipisicing"/></menu></config>',
        [
            "Element 'update', attribute 'toolTip': [facet 'maxLength'] The value 'Lorem ipsum dolor sit amet, " .
            "consectetur adipisicing' has a length of '51'; this exceeds the allowed maximum length of '50'.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><update " .
            "id=\"Module_Name::system_config\" toolTip=\"Lorem ipsum dolor sit amet, consectetur adipisicing\"/>" .
            "</menu></config>
2:
"
        ],
    ],
    'update_with_notallowed_atrribute' => [
        '<?xml version="1.0"?><config><menu><update notallowed="some value" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" sortOrder="10" parent="Test_Value::system_other_settings" ' .
        'action="adminhtml/notification" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'update', attribute 'notallowed': The attribute 'notallowed' is not allowed.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
1:<config><menu><update notallowed=\"some value\" " .
            "id=\"Test_Value::some_value\" title=\"Notifications\" module=\"Test_Value\" sortOrder=\"10\" " .
            "parent=\"Test_Value::system_other_settings\" action=\"adminhtml/notification\" " .
            "resource=\"Test_Value::value\"/></menu></config>
2:
"
        ],
    ],
    'update_without_required_attribute_id' => [
        '<?xml version="1.0"?><config><menu><update title="some text"/></menu></config>',
        [
            "Element 'update': The attribute 'id' is required but missing.
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
" .
            "1:<config><menu><update title=\"some text\"/></menu></config>
2:
"
        ],
    ],
    'without_menu' => [
        '<?xml version="1.0"?><config></config>',
        [
            "Element 'config': Missing child element(s). Expected is ( menu ).
" .
            "Line: 1
The xml was: 
0:<?xml version=\"1.0\"?>
1:<config/>
2:
"
        ],
    ]
];

Did this file decode correctly?

Original Code

<?php
/**
 * Copyright  Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
declare(strict_types=1);

return [
    'add_action_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><add action="" id="Test_Value::some_value"' .
        ' title="Notifications" module="Test_Value"' .
        ' resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'action': [facet 'pattern'] The value '' is not accepted by the " .
            "pattern '[a-zA-Z0-9/_\-]{3,}'.\nLine: 1\nThe xml was: \n" .
            "0:<?xml version=\"1.0\"?>\n1:<config><menu><add action=\"\" id=\"Test_Value::some_value\" " .
            "title=\"Notifications\" module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>\n2:\n"
        ],
    ],
    'add_action_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><add action="ad" id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'action': [facet 'pattern'] The value 'ad' is not accepted " .
            "by the pattern '[a-zA-Z0-9/_\-]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add action=\"ad\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_action_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><add action="adm$#@inhtml/notification"' .
        ' id="Test_Value::some_value" title="Notifications"' .
        ' module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'action': [facet 'pattern'] The value 'adm$#@inhtml/notification' is not " .
            "accepted by the pattern '[a-zA-Z0-9/_\-]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add action=\"adm$#@inhtml/notification\" id=\"Test_Value::some_value\" " .
            "title=\"Notifications\" module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_dependsOnConfig_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><add dependsOnConfig="" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'dependsOnConfig': [facet 'pattern'] The value '' is not accepted by " .
            "the pattern '[A-Za-z0-9_/]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add dependsOnConfig=\"\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_dependsOnConfig_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><add dependsOnConfig="v" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'dependsOnConfig': [facet 'pattern'] The value 'v' is not " .
            "accepted by the pattern '[A-Za-z0-9_/]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add dependsOnConfig=\"v\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_dependsOnConfig_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><add dependsOnConfig="name#1" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'dependsOnConfig': [facet 'pattern'] The value 'name#1' is not " .
            "accepted by the pattern '[A-Za-z0-9_/]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add dependsOnConfig=\"name#1\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_dependsOnModule_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><add dependsOnModule="" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'dependsOnModule': [facet 'pattern'] The value '' is not " .
            "accepted by the pattern '[A-Za-z0-9_]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add dependsOnModule=\"\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_dependsOnModule_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><add dependsOnModule="w" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'dependsOnModule': [facet 'pattern'] The value 'w' is not " .
            "accepted by the pattern '[A-Za-z0-9_]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add dependsOnModule=\"w\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_dependsOnModule_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><add dependsOnModule="@#erw" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'dependsOnModule': [facet 'pattern'] The value '@#erw' is not accepted by " .
            "the pattern '[A-Za-z0-9_]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add dependsOnModule=\"@#erw\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_id_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><add id="" title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'id': [facet 'pattern'] The value '' is not " .
            "accepted by the pattern '[A-Za-z0-9/_:]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add id=\"\" title=\"Notifications\" module=\"Test_Value\" " .
            "resource=\"Test_Value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_id_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><add id="ma" title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'id': [facet 'pattern'] The value 'ma' is not " .
            "accepted by the pattern '[A-Za-z0-9/_:]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add id=\"ma\" title=\"Notifications\" module=\"Test_Value\" " .
            "resource=\"Test_Value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_id_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><add id="Magento)value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'id': [facet 'pattern'] The value 'Magento)value::some_value' is not " .
            "accepted by the pattern '[A-Za-z0-9/_:]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add id=\"Magento)value::some_value\" title=\"Notifications\" module=\"Test_Value\" " .
            "resource=\"Test_Value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_module_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><add module="" id="Test_Value::some_value" ' .
        'title="Notifications" resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'module': [facet 'pattern'] The value '' is not " .
            "accepted by the pattern '[A-Za-z0-9_]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add module=\"\" id=\"Test_Value::some_value\" " .
            "title=\"Notifications\" resource=\"Test_Value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_module_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><add module="we" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'module': [facet 'pattern'] The value 'we' is not " .
            "accepted by the pattern '[A-Za-z0-9_]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add module=\"we\" id=\"Test_Value::some_value\" " .
            "title=\"Notifications\" resource=\"Test_Value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_module_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><add module="Test_Va%lue" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'module': [facet 'pattern'] The value 'Test_Va%lue' is not " .
            "accepted by the pattern '[A-Za-z0-9_]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add module=\"Test_Va%lue\" id=\"Test_Value::some_value\" " .
            "title=\"Notifications\" resource=\"Test_Value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_parent_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><add parent="" id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'parent': [facet 'pattern'] The value '' is not accepted by the pattern " .
            "'[A-Za-z0-9/_:]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add parent=\"\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_parent_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><add parent="Ma" id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'parent': [facet 'pattern'] The value 'Ma' is not accepted by the pattern " .
            "'[A-Za-z0-9/_:]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add parent=\"Ma\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_parent_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><add parent="Some#Name::system_other_settings" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'parent': [facet 'pattern'] The value 'Some#Name::system_other_settings' is " .
            "not accepted by the pattern '[A-Za-z0-9/_:]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add parent=\"Some#Name::system_other_settings\" id=\"Test_Value::some_value\" " .
            "title=\"Notifications\" module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_resource_attribute_notvalid_regexp_value1' => [
        '<?xml version="1.0"?><config><menu><add id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'resource': [facet 'pattern'] The value 'test_Value::value' is " .
            "not accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"test_Value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_resource_attribute_notvalid_regexp_value2' => [
        '<?xml version="1.0"?><config><menu><add id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_value::value"/></menu></config>',
        [
            "Element 'add', attribute 'resource': [facet 'pattern'] The value 'Test_value::value' is not " .
            "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><add " .
            "id=\"Test_Value::some_value\" title=\"Notifications\" module=\"Test_Value\" " .
            "resource=\"Test_value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_resource_attribute_notvalid_regexp_value3' => [
        '<?xml version="1.0"?><config><menu><add id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="M#$%23_value::value"/></menu></config>',
        [
            "Element 'add', attribute 'resource': [facet 'pattern'] The value 'M#$%23_value::value' is " .
            "not accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"M#$%23_value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_resource_attribute_notvalid_regexp_value4' => [
        '<?xml version="1.0"?><config><menu><add id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="_value::value"/></menu></config>',
        [
            "Element 'add', attribute 'resource': [facet 'pattern'] The value '_value::value' is " .
            "not accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"_value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_resource_attribute_notvalid_regexp_value5' => [
        '<?xml version="1.0"?><config><menu><add id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" resource="Magento_::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'resource': [facet 'pattern'] The value 'Magento_::value' is " .
            "not accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Magento_::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_resource_attribute_notvalid_regexp_value6' => [
        '<?xml version="1.0"?><config><menu><add id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_Value:value"/></menu></config>',
        [
            "Element 'add', attribute 'resource': [facet 'pattern'] The value 'Test_Value:value' is not " .
            "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><add " .
            "id=\"Test_Value::some_value\" title=\"Notifications\" module=\"Test_Value\" " .
            "resource=\"Test_Value:value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_resource_attribute_notvalid_regexp_value7' => [
        '<?xml version="1.0"?><config><menu><add id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::"/></menu></config>',
        [
            "Element 'add', attribute 'resource': [facet 'pattern'] The value 'Test_Value::' is " .
            "not accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::\"/></menu></config>\n2:\n",
        ],
    ],
    'add_sortOrder_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><add sortOrder="" id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'sortOrder': '' is not a valid value of the atomic type 'xs:int'.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><add sortOrder=\"\" " .
            "id=\"Test_Value::some_value\" title=\"Notifications\" module=\"Test_Value\" " .
            "resource=\"Test_Value::value\"/></menu></config>\n2:\n"
        ],
    ],
    'add_sortOrder_attribute_wrong_value_type' => [
        '<?xml version="1.0"?><config><menu><add sortOrder="string value" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'sortOrder': 'string value' is not a valid value of the atomic type 'xs:int'.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><add sortOrder=\"string value\" " .
            "id=\"Test_Value::some_value\" title=\"Notifications\" module=\"Test_Value\" " .
            "resource=\"Test_Value::value\"/></menu></config>\n2:\n"
        ],
    ],
    'add_title_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><add title="" id="Test_Value::some_value" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'title': [facet 'minLength'] The value '' has a length of '0'; this " .
            "underruns the allowed minimum length of '3'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add title=\"\" id=\"Test_Value::some_value\" module=\"Test_Value\" " .
            "resource=\"Test_Value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_title_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><add title="No" id="Test_Value::some_value" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'title': [facet 'minLength'] The value 'No' has a length of '2'; this " .
            "underruns the allowed minimum length of '3'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add title=\"No\" id=\"Test_Value::some_value\" module=\"Test_Value\" " .
            "resource=\"Test_Value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_title_attribute_more_maxLenght_value' => [
        '<?xml version="1.0"?><config><menu><add title="Lorem ipsum dolor sit amet, consectetur adipisicing" ' .
        'id="Test_Value::some_value" module="Test_Value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'title': [facet 'maxLength'] The value 'Lorem ipsum dolor sit amet, " .
            "consectetur adipisicing' has a length of '51'; this exceeds the allowed maximum length of '50'.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><add " .
            "title=\"Lorem ipsum dolor sit amet, consectetur adipisicing\" id=\"Test_Value::some_value\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>\n2:\n",
        ],
    ],
    'add_toolTip_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><add toolTip="" id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'toolTip': [facet 'minLength'] The value '' has a length of '0'; " .
            "this underruns the allowed minimum length of '3'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add toolTip=\"\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>\n2:\n"
        ],
    ],
    'add_toolTip_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><add toolTip="st" id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add', attribute 'toolTip': [facet 'minLength'] The value 'st' has a length of '2'; " .
            "this underruns the allowed minimum length of '3'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add toolTip=\"st\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>\n2:\n"
        ],
    ],
    'add_toolTip_attribute_more_maxLenght_value' => [
        '<?xml version="1.0"?><config><menu><add toolTip="Lorem ipsum dolor sit amet, consectetur adipisicing" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'toolTip': [facet 'maxLength'] The value 'Lorem ipsum dolor sit amet, " .
            "consectetur adipisicing' has a length of '51'; this exceeds the allowed maximum length of '50'.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><add " .
            "toolTip=\"Lorem ipsum dolor sit amet, consectetur adipisicing\" id=\"Test_Value::some_value\" " .
            "title=\"Notifications\" module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>\n2:\n"
        ],
    ],
    'add_with_notallowed_atrribute' => [
        '<?xml version="1.0"?><config><menu><add notallowed="some value" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'notallowed': The attribute 'notallowed' is not allowed.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add notallowed=\"some value\" id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" resource=\"Test_Value::value\"/></menu></config>\n2:\n"
        ],
    ],
    'add_with_same_id_attribute_value' => [
        '<?xml version="1.0"?><config><menu><add id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value" ' .
        'resource="Test_Value::value"/> ' .
        '<add id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" sortOrder="10" parent="Test_Value::system_other_settings" ' .
        'action="adminhtml/notification" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add': Duplicate key-sequence ['Test_Value::some_value'] in unique identity-constraint " .
            "'uniqueAddItemId'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><add id=\"Test_Value::some_value\" title=\"Notifications\" module=\"Test_Value\" " .
            "resource=\"Test_Value::value\"/> <add id=\"Test_Value::some_value\" title=\"Notifications\" " .
            "module=\"Test_Value\" sortOrder=\"10\" parent=\"Test_Value::system_other_settings\" " .
            "action=\"adminhtml/notification\" resource=\"Test_Value::value\"/></menu></config>\n2:\n"
        ],
    ],
    'add_without_req_attr' => [
        '<?xml version="1.0"?><config><menu><add action="adminhtml/notification"/></menu></config>',
        [
            "Element 'add': The attribute 'id' is required but missing.\nLine: 1\n" .
            "The xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><add " .
            "action=\"adminhtml/notification\"/></menu></config>\n2:\n",
            "Element 'add': The attribute 'title' is required but missing.\nLine: 1\n" .
            "The xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><add " .
            "action=\"adminhtml/notification\"/></menu></config>\n2:\n",
            "Element 'add': The attribute 'module' is required but missing.\nLine: 1\n" .
            "The xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><add " .
            "action=\"adminhtml/notification\"/></menu></config>\n2:\n",
            "Element 'add': The attribute 'resource' is required but missing.\nLine: 1\n" .
            "The xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><add " .
            "action=\"adminhtml/notification\"/></menu></config>\n2:\n"
        ],
    ],
    'add_without_required_attribute_id' => [
        '<?xml version="1.0"?><config><menu><add title="Notifications" module="Test_Value" ' .
        'sortOrder="10" parent="Test_Value::system_other_settings" action="adminhtml/notification" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add': The attribute 'id' is required but missing.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><add " .
            "title=\"Notifications\" module=\"Test_Value\" sortOrder=\"10\" " .
            "parent=\"Test_Value::system_other_settings\" action=\"adminhtml/notification\" " .
            "resource=\"Test_Value::value\"/></menu></config>\n2:\n"
        ],
    ],
    'add_without_required_attribute_module' => [
        '<?xml version="1.0"?><config><menu><add id="Test_Value::some_value" ' .
        'title="Notifications" resource="Test_Value::value"/></menu></config>',
        [
            "Element 'add': The attribute 'module' is required but missing.\nLine: 1\n" .
            "The xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><add id=\"Test_Value::some_value\" " .
            "title=\"Notifications\" resource=\"Test_Value::value\"/></menu></config>\n2:\n"
        ],
    ],
    'add_without_required_attribute_resource' => [
        '<?xml version="1.0"?><config><menu><add id="Test_Value::some_value" ' .
        'title="Notifications" module="Test_Value"/></menu></config>',
        [
            "Element 'add': The attribute 'resource' is required but missing.\nLine: 1\n" .
            "The xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><add " .
            "id=\"Test_Value::some_value\" title=\"Notifications\" module=\"Test_Value\"/></menu></config>\n2:\n"
        ],
    ],
    'double_menu' => [
        '<?xml version="1.0"?><config><menu></menu><menu/></config>',
        [
            "Element 'menu': This element is not expected.\nLine: 1\nThe xml was: \n" .
            "0:<?xml version=\"1.0\"?>\n1:<config><menu/><menu/></config>\n2:\n"
        ],
    ],
    'remove_id_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><remove id=""/></menu></config>',
        [
            "Element 'remove', attribute 'id': [facet 'pattern'] The value '' is not " .
            "accepted by the pattern '[A-Za-z0-9/_:]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><remove id=\"\"/></menu></config>\n2:\n"
        ],
    ],
    'remove_id_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><remove id="Test_Value::system_%currency"/></menu></config>',
        [
            "Element 'remove', attribute 'id': [facet 'pattern'] The value 'Test_Value::system_%currency' is not " .
            "accepted by the pattern '[A-Za-z0-9/_:]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><remove id=\"Test_Value::system_%currency\"/></menu></config>\n2:\n"
        ],
    ],
    'remove_id_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><remove id="Test_Value::system#currency"/></menu></config>',
        [
            "Element 'remove', attribute 'id': [facet 'pattern'] The value 'Test_Value::system#currency' is not " .
            "accepted by the pattern '[A-Za-z0-9/_:]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><remove id=\"Test_Value::system#currency\"/></menu></config>\n2:\n"
        ],
    ],
    'remove_with_notallowed_atrribute' => [
        '<?xml version="1.0"?><config><menu><remove id="Test_Value::system_currency" notallowe="some text"/>' .
        '</menu></config>',
        [
            "Element 'remove', attribute 'notallowe': The attribute 'notallowe' is not allowed.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><remove " .
            "id=\"Test_Value::system_currency\" notallowe=\"some text\"/></menu></config>\n2:\n"
        ],
    ],
    'remove_without_required_attribute_id' => [
        '<?xml version="1.0"?><config><menu><remove/></menu></config>',
        [
            "Element 'remove': The attribute 'id' is required but missing.\nLine: 1\nThe xml was: \n" .
            "0:<?xml version=\"1.0\"?>\n1:<config><menu><remove/></menu></config>\n2:\n"
        ],
    ],
    'update_action_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><update action="" ' . 'id="Test_Value::some_value"/></menu></config>',
        [
            "Element 'update', attribute 'action': [facet 'pattern'] The value '' is not " .
            "accepted by the pattern '[a-zA-Z0-9/_\-]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update action=\"\" id=\"Test_Value::some_value\"/></menu></config>\n2:\n"
        ],
    ],
    'update_action_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><update action="v" ' .
        'id="Test_Value::some_value" ' .
        'resource="Test_Value::value"/></menu></config>',
        [
            "Element 'update', attribute 'action': [facet 'pattern'] The value 'v' is not accepted " .
            "by the pattern '[a-zA-Z0-9/_\-]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update action=\"v\" id=\"Test_Value::some_value\" resource=\"Test_Value::value\"/>" .
            "</menu></config>\n2:\n"
        ],
    ],
    'update_action_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><update action="/@##gt;" ' .
        'id="Test_Value::some_value"/></menu></config>',
        [
            "Element 'update', attribute 'action': [facet 'pattern'] The value '/@##gt;' is not accepted " .
            "by the pattern '[a-zA-Z0-9/_\-]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update action=\"/@##gt;\" id=\"Test_Value::some_value\"/></menu></config>\n2:\n"
        ],
    ],
    'update_dependsOnConfig_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" dependsOnConfig=""/></menu>' .
        '</config>',
        [
            "Element 'update', attribute 'dependsOnConfig': [facet 'pattern'] The value '' is not accepted " .
            "by the pattern '[A-Za-z0-9_/]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update id=\"Module_Name::system_config\" dependsOnConfig=\"\"/></menu></config>\n2:\n"
        ],
    ],
    'update_dependsOnConfig_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'dependsOnConfig="we"/></menu></config>',
        [
            "Element 'update', attribute 'dependsOnConfig': [facet 'pattern'] The value 'we' is not " .
            "accepted by the pattern '[A-Za-z0-9_/]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update id=\"Module_Name::system_config\" dependsOnConfig=\"we\"/></menu></config>\n2:\n"
        ],
    ],
    'update_dependsOnConfig_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" dependsOnConfig="someconf%"/>' .
        '</menu></config>',
        [
            "Element 'update', attribute 'dependsOnConfig': [facet 'pattern'] The value 'someconf%' is not " .
            "accepted by the pattern '[A-Za-z0-9_/]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update id=\"Module_Name::system_config\" dependsOnConfig=\"someconf%\"/>" .
            "</menu></config>\n2:\n"
        ],
    ],
    'update_dependsOnModule_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'dependsOnModule=""/></menu></config>',
        [
            "Element 'update', attribute 'dependsOnModule': [facet 'pattern'] The value '' is not accepted by " .
            "the pattern '[A-Za-z0-9_]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update id=\"Module_Name::system_config\" dependsOnModule=\"\"/></menu></config>\n2:\n"
        ],
    ],
    'update_dependsOnModule_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'dependsOnModule="qw"/></menu></config>',
        [
            "Element 'update', attribute 'dependsOnModule': [facet 'pattern'] The value 'qw' is not " .
            "accepted by the pattern '[A-Za-z0-9_]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update id=\"Module_Name::system_config\" dependsOnModule=\"qw\"/></menu></config>\n2:\n"
        ],
    ],
    'update_dependsOnModule_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'dependsOnModule="someModule#1"/></menu></config>',
        [
            "Element 'update', attribute 'dependsOnModule': [facet 'pattern'] The value 'someModule#1' is not " .
            "accepted by the pattern '[A-Za-z0-9_]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update id=\"Module_Name::system_config\" dependsOnModule=\"someModule#1\"/>" .
            "</menu></config>\n2:\n"
        ],
    ],
    'update_id_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><update id="" title="Notifications"/></menu></config>',
        [
            "Element 'update', attribute 'id': [facet 'pattern'] The value '' is not accepted by the " .
            "pattern '[A-Za-z0-9/_:]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update id=\"\" title=\"Notifications\"/></menu></config>\n2:\n"
        ],
    ],
    'update_id_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><update id="g" module="Test_Value"/></menu></config>',
        [
            "Element 'update', attribute 'id': [facet 'pattern'] The value 'g' is not accepted by " .
            "the pattern '[A-Za-z0-9/_:]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update id=\"g\" module=\"Test_Value\"/></menu></config>\n2:\n"
        ],
    ],
    'update_id_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><update id="Magento+value::some_value"/>' . '</menu></config>',
        [
            "Element 'update', attribute 'id': [facet 'pattern'] The value 'Magento+value::some_value' is not " .
            "accepted by the pattern '[A-Za-z0-9/_:]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update id=\"Magento+value::some_value\"/></menu></config>\n2:\n"
        ],
    ],
    'update_module_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><update module="" id="Module_Name::system_config"/></menu></config>',
        [
            "Element 'update', attribute 'module': [facet 'pattern'] The value '' is not accepted by " .
            "the pattern '[A-Za-z0-9_]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update module=\"\" id=\"Module_Name::system_config\"/></menu></config>\n2:\n"
        ],
    ],
    'update_module_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" module="we"/></menu></config>',
        [
            "Element 'update', attribute 'module': [facet 'pattern'] The value 'we' is not accepted by the " .
            "pattern '[A-Za-z0-9_]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update id=\"Module_Name::system_config\" module=\"we\"/></menu></config>\n2:\n"
        ],
    ],
    'update_module_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" module="@#$"/></menu></config>',
        [
            "Element 'update', attribute 'module': [facet 'pattern'] The value '@#$' is not accepted by the " .
            "pattern '[A-Za-z0-9_]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update id=\"Module_Name::system_config\" module=\"@#$\"/></menu></config>\n2:\n"
        ],
    ],
    'update_parent_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><update parent="" ' . 'id="Test_Value::some_value"/></menu></config>',
        [
            "Element 'update', attribute 'parent': [facet 'pattern'] The value '' is not accepted by the " .
            "pattern '[A-Za-z0-9/_:]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update parent=\"\" id=\"Test_Value::some_value\"/></menu></config>\n2:\n"
        ],
    ],
    'update_parent_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><update parent="fg" ' . 'id="Test_Value::some_value"/></menu></config>',
        [
            "Element 'update', attribute 'parent': [facet 'pattern'] The value 'fg' is not accepted by the " .
            "pattern '[A-Za-z0-9/_:]{3,}'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update parent=\"fg\" id=\"Test_Value::some_value\"/></menu></config>\n2:\n"
        ],
    ],
    'update_parent_attribute_notallowed_symbols_value' => [
        '<?xml version="1.0"?><config><menu><update parent="Test_Value::system_other%settings" ' .
        'id="Test_Value::some_value"/></menu></config>',
        [
            "Element 'update', attribute 'parent': [facet 'pattern'] The value 'Test_Value::system_other%settings' " .
            "is not accepted by the pattern '[A-Za-z0-9/_:]{3,}'.\nLine: 1\nThe xml was: \n" .
            "0:<?xml version=\"1.0\"?>\n1:<config><menu><update parent=\"Test_Value::system_other%settings\" " .
            "id=\"Test_Value::some_value\"/></menu></config>\n2:\n"
        ],
    ],
    'update_resource_attribute_notvalid_regexp_value1' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'resource="test_Value::value"/></menu></config>',
        [
            "Element 'update', attribute 'resource': [facet 'pattern'] The value 'test_Value::value' is not " .
            "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><update " .
            "id=\"Module_Name::system_config\" resource=\"test_Value::value\"/></menu></config>\n2:\n"
        ],
    ],
    'update_resource_attribute_notvalid_regexp_value2' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'resource="Test_value::value"/></menu></config>',
        [
            "Element 'update', attribute 'resource': [facet 'pattern'] The value 'Test_value::value' is not " .
            "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><update " .
            "id=\"Module_Name::system_config\" resource=\"Test_value::value\"/></menu></config>\n2:\n"
        ],
    ],
    'update_resource_attribute_notvalid_regexp_value3' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'resource="M#$%23_value::value"/></menu></config>',
        [
            "Element 'update', attribute 'resource': [facet 'pattern'] The value 'M#$%23_value::value' is not " .
            "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><update " .
            "id=\"Module_Name::system_config\" resource=\"M#$%23_value::value\"/></menu></config>\n2:\n"
        ],
    ],
    'update_resource_attribute_notvalid_regexp_value4' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'resource="_value::value"/></menu></config>',
        [
            "Element 'update', attribute 'resource': [facet 'pattern'] The value '_value::value' is not accepted " .
            "by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><update " .
            "id=\"Module_Name::system_config\" resource=\"_value::value\"/></menu></config>\n2:\n"
        ],
    ],
    'update_resource_attribute_notvalid_regexp_value5' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'resource="Magento_::value"/></menu></config>',
        [
            "Element 'update', attribute 'resource': [facet 'pattern'] The value 'Magento_::value' is not " .
            "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><update " .
            "id=\"Module_Name::system_config\" resource=\"Magento_::value\"/></menu></config>\n2:\n"
        ],
    ],
    'update_resource_attribute_notvalid_regexp_value6' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'resource="Test_Value:value"/></menu></config>',
        [
            "Element 'update', attribute 'resource': [facet 'pattern'] The value 'Test_Value:value' is not " .
            "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><update " .
            "id=\"Module_Name::system_config\" resource=\"Test_Value:value\"/></menu></config>\n2:\n"
        ],
    ],
    'update_resource_attribute_notvalid_regexp_value7' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'resource="Test_Value::"/></menu></config>',
        [
            "Element 'update', attribute 'resource': [facet 'pattern'] The value 'Test_Value::' is not " .
            "accepted by the pattern '[A-Z]+[A-Za-z0-9]{1,}_[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><update ".
            "id=\"Module_Name::system_config\" resource=\"Test_Value::\"/></menu></config>\n2:\n"
        ],
    ],
    'update_sortOrder_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><update sortOrder="" ' . 'id="Test_Value::some_value"/></menu></config>',
        [
            "Element 'update', attribute 'sortOrder': '' is not a valid value of the atomic type 'xs:int'.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update sortOrder=\"\" id=\"Test_Value::some_value\"/></menu></config>\n2:\n"
        ],
    ],
    'update_sortOrder_attribute_wrong_value_type' => [
        '<?xml version="1.0"?><config><menu><add sortOrder="string" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'add', attribute 'sortOrder': 'string' is not a valid value of the atomic type 'xs:int'.\n".
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><add sortOrder=\"string\" " .
            "id=\"Test_Value::some_value\" title=\"Notifications\" module=\"Test_Value\" " .
            "resource=\"Test_Value::value\"/></menu></config>\n2:\n"
        ],
    ],
    'update_title_attribute_empty_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" title=""/></menu></config>',
        [
            "Element 'update', attribute 'title': [facet 'minLength'] The value '' has a length of '0'; " .
            "this underruns the allowed minimum length of '3'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update id=\"Module_Name::system_config\" title=\"\"/></menu></config>\n2:\n"
        ],
    ],
    'update_title_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" title="am"/></menu></config>',
        [
            "Element 'update', attribute 'title': [facet 'minLength'] The value 'am' has a length of '2'; this " .
            "underruns the allowed minimum length of '3'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update id=\"Module_Name::system_config\" title=\"am\"/></menu></config>\n2:\n"
        ],
    ],
    'update_title_attribute_more_maxLenght_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'title="Lorem ipsum dolor sit amet, consectetur adipisicing"/></menu></config>',
        [
            "Element 'update', attribute 'title': [facet 'maxLength'] The value 'Lorem ipsum dolor sit amet, " .
            "consectetur adipisicing' has a length of '51'; this exceeds the allowed maximum length of '50'.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><update " .
            "id=\"Module_Name::system_config\" title=\"Lorem ipsum dolor sit amet, consectetur adipisicing\"/>" .
            "</menu></config>\n2:\n"
        ],
    ],
    'update_toolTip_attribute_empty_value ' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" toolTip=""/></menu></config>',
        [
            "Element 'update', attribute 'toolTip': [facet 'minLength'] The value '' has a length of '0'; " .
            "this underruns the allowed minimum length of '3'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update id=\"Module_Name::system_config\" toolTip=\"\"/></menu></config>\n2:\n"
        ],
    ],
    'update_toolTip_attribute_less_minLenght_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" toolTip="we"/></menu></config>',
        [
            "Element 'update', attribute 'toolTip': [facet 'minLength'] The value 'we' has a length of '2'; " .
            "this underruns the allowed minimum length of '3'.\nLine: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update id=\"Module_Name::system_config\" toolTip=\"we\"/></menu></config>\n2:\n"
        ],
    ],
    'update_toolTip_attribute_more_maxLenght_value' => [
        '<?xml version="1.0"?><config><menu><update id="Module_Name::system_config" ' .
        'toolTip="Lorem ipsum dolor sit amet, consectetur adipisicing"/></menu></config>',
        [
            "Element 'update', attribute 'toolTip': [facet 'maxLength'] The value 'Lorem ipsum dolor sit amet, " .
            "consectetur adipisicing' has a length of '51'; this exceeds the allowed maximum length of '50'.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><update " .
            "id=\"Module_Name::system_config\" toolTip=\"Lorem ipsum dolor sit amet, consectetur adipisicing\"/>" .
            "</menu></config>\n2:\n"
        ],
    ],
    'update_with_notallowed_atrribute' => [
        '<?xml version="1.0"?><config><menu><update notallowed="some value" ' .
        'id="Test_Value::some_value" title="Notifications" ' .
        'module="Test_Value" sortOrder="10" parent="Test_Value::system_other_settings" ' .
        'action="adminhtml/notification" resource="Test_Value::value"/>' .
        '</menu></config>',
        [
            "Element 'update', attribute 'notallowed': The attribute 'notallowed' is not allowed.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n1:<config><menu><update notallowed=\"some value\" " .
            "id=\"Test_Value::some_value\" title=\"Notifications\" module=\"Test_Value\" sortOrder=\"10\" " .
            "parent=\"Test_Value::system_other_settings\" action=\"adminhtml/notification\" " .
            "resource=\"Test_Value::value\"/></menu></config>\n2:\n"
        ],
    ],
    'update_without_required_attribute_id' => [
        '<?xml version="1.0"?><config><menu><update title="some text"/></menu></config>',
        [
            "Element 'update': The attribute 'id' is required but missing.\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n" .
            "1:<config><menu><update title=\"some text\"/></menu></config>\n2:\n"
        ],
    ],
    'without_menu' => [
        '<?xml version="1.0"?><config></config>',
        [
            "Element 'config': Missing child element(s). Expected is ( menu ).\n" .
            "Line: 1\nThe xml was: \n0:<?xml version=\"1.0\"?>\n1:<config/>\n2:\n"
        ],
    ]
];

Function Calls

None

Variables

None

Stats

MD5 55da48678f084fee7f6f2e8d609d5426
Eval Count 0
Decode Time 139 ms