Skip to content

Commit 90c43f1

Browse files
committed
Merge remote-tracking branch 'origin/MC-23853' into 2.4-develop-pr10
2 parents 3811867 + 103fbb5 commit 90c43f1

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

dev/tests/static/testsuite/Magento/Test/Legacy/ModuleDBChangeTest.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,6 @@ public static function setUpBeforeClass()
6464
}
6565
}
6666

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-
8267
/**
8368
* Test changes for files in Module Setup dir
8469
*/

0 commit comments

Comments
 (0)