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 27076ca commit 103fbb5Copy full SHA for 103fbb5
dev/tests/static/testsuite/Magento/Test/Legacy/ModuleDBChangeTest.php
@@ -64,21 +64,6 @@ public static function setUpBeforeClass()
64
}
65
66
67
- /**
68
- * Test changes for module.xml files
69
- */
70
- public function testModuleXmlFiles()
71
- {
72
- if (!self::$actualBranch) {
73
- preg_match_all('|etc/module\.xml$|mi', self::$changedFileList, $matches);
74
- $this->assertEmpty(
75
- reset($matches),
76
- 'module.xml changes for patch releases in non-actual branches are not allowed:' . PHP_EOL .
77
- implode(PHP_EOL, array_values(reset($matches)))
78
- );
79
- }
80
81
-
82
/**
83
* Test changes for files in Module Setup dir
84
*/
0 commit comments