Skip to content

Commit 73689a1

Browse files
committed
MAGETWO-90803: phpunit.xml files should be ignored by Magento/Test/Integrity/Xml/SchemaTest.php
1 parent 52dc0e2 commit 73689a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/tests/static/testsuite/Magento/Test/Integrity/Xml/SchemaTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ private function _filterSpecialCases(&$files)
106106
'#etc/countries.xml$#',
107107
'#conf/schema.xml$#',
108108
'#layout/swagger_index_index.xml$#',
109-
'#Doc/etc/doc/vars.xml$#'
109+
'#Doc/etc/doc/vars.xml$#',
110+
'#phpunit.xml$#',
111+
'#etc/db_schema.xml$#'
110112
];
111113
foreach ($list as $pattern) {
112114
foreach ($files as $key => $value) {

0 commit comments

Comments
 (0)