We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52dc0e2 commit 73689a1Copy full SHA for 73689a1
dev/tests/static/testsuite/Magento/Test/Integrity/Xml/SchemaTest.php
@@ -106,7 +106,9 @@ private function _filterSpecialCases(&$files)
106
'#etc/countries.xml$#',
107
'#conf/schema.xml$#',
108
'#layout/swagger_index_index.xml$#',
109
- '#Doc/etc/doc/vars.xml$#'
+ '#Doc/etc/doc/vars.xml$#',
110
+ '#phpunit.xml$#',
111
+ '#etc/db_schema.xml$#'
112
];
113
foreach ($list as $pattern) {
114
foreach ($files as $key => $value) {
0 commit comments