@@ -75,13 +75,13 @@ public static function invalidXmlFileDataProvider()
7575 'sales_invalid.xml ' ,
7676 [
7777 "Element 'section', attribute 'wrongName': The attribute 'wrongName' is not allowed. \nLine: 9 \n" .
78- "The xml was: \n4: * See COPYING.txt for license details . \n5: */ \n6:--> \n" .
78+ "The xml was: \n4: * All Rights Reserved . \n5: */ \n6:--> \n" .
7979 "7:<config xmlns:xsi= \"http://www.w3.org/2001/XMLSchema-instance \" " .
8080 "xsi:noNamespaceSchemaLocation= \"urn:magento:module:Magento_Sales:etc/sales.xsd \"> \n8: " .
8181 "<section wrongName= \"section1 \"> \n9: <wrongGroup wrongName= \"group1 \"/> \n" .
8282 "10: </section> \n11:</config> \n12: \n" ,
8383 "Element 'section': The attribute 'name' is required but missing. \nLine: 9 \n" .
84- "The xml was: \n4: * See COPYING.txt for license details . \n5: */ \n6:--> \n" .
84+ "The xml was: \n4: * All Rights Reserved . \n5: */ \n6:--> \n" .
8585 "7:<config xmlns:xsi= \"http://www.w3.org/2001/XMLSchema-instance \" " .
8686 "xsi:noNamespaceSchemaLocation= \"urn:magento:module:Magento_Sales:etc/sales.xsd \"> \n8: " .
8787 "<section wrongName= \"section1 \"> \n9: <wrongGroup wrongName= \"group1 \"/> \n" .
@@ -135,7 +135,7 @@ public static function invalidXmlFileDataProvider()
135135 'sales_invalid_without_attributes.xml ' ,
136136 [
137137 "Element 'section': The attribute 'name' is required but missing. \nLine: 9 \nThe xml was: \n" .
138- "4: * See COPYING.txt for license details . \n5: */ \n6:--> \n7:<config " .
138+ "4: * All Rights Reserved . \n5: */ \n6:--> \n7:<config " .
139139 "xmlns:xsi= \"http://www.w3.org/2001/XMLSchema-instance \" " .
140140 "xsi:noNamespaceSchemaLocation= \"urn:magento:module:Magento_Sales:etc/sales.xsd \"> \n8: " .
141141 "<section> \n9: <group> \n10: <item> \n11: " .
@@ -172,7 +172,7 @@ public static function invalidXmlFileDataProvider()
172172 'sales_invalid_root_node.xml ' ,
173173 [
174174 "Element 'wrong': This element is not expected. Expected is one of ( section, order ). \n" .
175- "Line: 9 \nThe xml was: \n4: * See COPYING.txt for license details . \n5: */ \n6:--> \n7:<config " .
175+ "Line: 9 \nThe xml was: \n4: * All Rights Reserved . \n5: */ \n6:--> \n7:<config " .
176176 "xmlns:xsi= \"http://www.w3.org/2001/XMLSchema-instance \" " .
177177 "xsi:noNamespaceSchemaLocation= \"urn:magento:module:Magento_Sales:etc/sales.xsd \"> \n8: " .
178178 "<wrong/> \n9:</config> \n10: \n"
0 commit comments