Skip to content

Commit 39fe7a4

Browse files
author
Dale Sikkema
committed
MAGETWO-37855: [GITHUB] routeIdType doesn't allow numbers
- update unit test
1 parent de6a51d commit 39fe7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/Test/Unit/Config/_files/invalidRoutesXmlArray.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
'</route></router></config>',
9999
[
100100
"Element 'route', attribute 'id': [facet 'pattern'] The value 'dc' is not accepted by the " .
101-
"pattern '[A-Za-z_]{3,}'.",
101+
"pattern '[A-Za-z0-9_]{3,}'.",
102102
"Element 'route', attribute 'id': 'dc' is not a valid value of the atomic type 'routeIdType'.",
103103
"Element 'route', attribute 'id': Warning: No precomputed value available, the value was either " .
104104
"invalid or something strange happend."

0 commit comments

Comments
 (0)