Skip to content

Commit 2cb9aaf

Browse files
author
Alex Paliarush
committed
Merge remote-tracking branch 'remotes/mainline/2.3-develop' into ENGCOM-1663-magento-graphql-ce-48
2 parents 8e8d0d2 + 81f6b3e commit 2cb9aaf

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)