Skip to content

Commit 81f6b3e

Browse files
authored
Merge pull request #2599 from magento-trigger/MAGETWO-89736
- update static test to skip xsd validation for Module/Test/ folder
2 parents eaa8525 + 564ea0d commit 81f6b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function getXmlFiles()
6868
$componentRegistrar = new ComponentRegistrar();
6969
$codeXml = [];
7070
foreach ($componentRegistrar->getPaths(ComponentRegistrar::MODULE) as $modulePath) {
71-
$codeXml = array_merge($codeXml, $this->_getFiles($modulePath, '*.xml', '/.\/Test\/Unit/'));
71+
$codeXml = array_merge($codeXml, $this->_getFiles($modulePath, '*.xml', '/.\/Test\/./'));
7272
}
7373
$this->_filterSpecialCases($codeXml);
7474
$designXml = [];

0 commit comments

Comments
 (0)