You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Element 'indexer': Duplicate key-sequence ['catalogsearch_fulltext'] in unique identity-constraint 'uniqueViewId'.
107
-
Element 'indexer': Duplicate key-sequence ['indexer_0', 'catalogsearch_fulltext'] in unique identity-constraint" .
108
-
" 'uniqueIndexertId'.
109
-
Element 'fields': Missing child element(s). Expected is ( field ).
110
-
Element 'fields', attribute 'handler': [facet 'pattern'] The value 'field_handler' is not accepted" .
111
-
" by the pattern '[a-zA-Z\\\\]+'.
112
-
Element 'fields', attribute 'handler': 'field_handler' is not a valid value of the atomic type 'classType'.
113
-
Element 'field': Duplicate key-sequence ['visibility'] in unique identity-constraint 'uniqueField'.
114
-
Element 'field', attribute 'origin': [facet 'pattern'] The value 'table_name_field_name' is not accepted" .
115
-
" by the pattern '[a-zA-Z0-9_]+\\.[a-zA-Z0-9_]+'.
116
-
Element 'field', attribute 'origin': 'table_name_field_name' is not a valid value of the atomic type 'originType'.
117
-
Element 'field': The attribute 'dataType' is required but missing.
118
-
Element 'field', attribute '{http://www.w3.org/2001/XMLSchema-instance}type': The QName value 'any'" .
119
-
" of the xsi:type attribute does not resolve to a type definition.
120
-
Element 'field', attribute 'dataType': [facet 'enumeration'] The value 'string' is not an element" .
121
-
" of the set {'int', 'float', 'varchar'}.
122
-
Element 'field', attribute 'dataType': 'string' is not a valid value of the atomic type 'dataType'."
123
-
)
124
-
);
87
+
// @codingStandardsIgnoreStart
88
+
$expectedErrors = [
89
+
"Element 'indexer': Duplicate key-sequence ['catalogsearch_fulltext'] in unique identity-constraint 'uniqueViewId'.",
90
+
"Element 'indexer': Duplicate key-sequence ['indexer_0', 'catalogsearch_fulltext'] in unique identity-constraint 'uniqueIndexertId'.",
91
+
"Element 'fields': Missing child element(s). Expected is ( field ).",
92
+
"Element 'fields', attribute 'handler': [facet 'pattern'] The value 'field_handler' is not accepted by the pattern '[a-zA-Z\\\\]+'.",
93
+
"Element 'fields', attribute 'handler': 'field_handler' is not a valid value of the atomic type 'classType'.",
94
+
"Element 'field': Duplicate key-sequence ['visibility'] in unique identity-constraint 'uniqueField'.",
95
+
"Element 'field', attribute 'origin': [facet 'pattern'] The value 'table_name_field_name' is not accepted by the pattern '[a-zA-Z0-9_]+\\.[a-zA-Z0-9_]+'.",
96
+
"Element 'field', attribute 'origin': 'table_name_field_name' is not a valid value of the atomic type 'originType'.",
97
+
"Element 'field': The attribute 'dataType' is required but missing.",
98
+
"Element 'field', attribute '{http://www.w3.org/2001/XMLSchema-instance}type': The QName value 'any' of the xsi:type attribute does not resolve to a type definition.",
99
+
"Element 'field', attribute 'dataType': [facet 'enumeration'] The value 'string' is not an element of the set {'int', 'float', 'varchar'}.",
100
+
"Element 'field', attribute 'dataType': 'string' is not a valid value of the atomic type 'dataType'."
0 commit comments