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 53e9d75 commit 47a0536Copy full SHA for 47a0536
Magento2/Tests/Legacy/ModuleXMLUnitTest.3.xml
@@ -0,0 +1,10 @@
1
+<?xml version="1.0"?>
2
+<!--
3
+/**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+-->
8
+<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
9
+ <module name="Magento_TestModule2" />
10
+</config>
Magento2/Tests/Legacy/ModuleXMLUnitTest.php
@@ -32,6 +32,9 @@ public function getWarningList($testFile = '')
32
9 => 2,
33
];
34
}
35
+ if ($testFile === 'ModuleXMLUnitTest.3.xml') {
36
+ return [];
37
+ }
38
return [];
39
40
0 commit comments