File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
dev/tests/static/testsuite/Magento/Test/Legacy Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,6 @@ public function testModuleXmlFiles()
69
69
{
70
70
if (!self ::$ actualBranch ) {
71
71
preg_match_all ('|etc/module\.xml$|mi ' , self ::$ changedFileList , $ matches );
72
- $ objectManager = \Magento \TestFramework \Helper \Bootstrap::getObjectManager ();
73
- $ logger = $ objectManager ->get (LoggerInterface::class);
74
- $ logger ->debug ('----->LOGGER: ' , $ matches );
75
72
$ this ->assertEmpty (
76
73
reset ($ matches ),
77
74
'module.xml changes for patch releases in non-actual branches are not allowed: ' . PHP_EOL .
@@ -87,9 +84,6 @@ public function testModuleSetupFiles()
87
84
{
88
85
if (!self ::$ actualBranch ) {
89
86
preg_match_all ('|app/code/Magento/[^/]+/Setup/[^/]+$|mi ' , self ::$ changedFileList , $ matches );
90
- $ objectManager = \Magento \TestFramework \Helper \Bootstrap::getObjectManager ();
91
- $ logger = $ objectManager ->get (LoggerInterface::class);
92
- $ logger ->debug ('----->LOGGER: ' , $ matches );
93
87
$ this ->assertEmpty (
94
88
reset ($ matches ),
95
89
'Code with changes for DB schema or data in non-actual branches are not allowed: ' . PHP_EOL .
You can’t perform that action at this time.
0 commit comments