Skip to content

Commit bd6ccc3

Browse files
committed
MAGETWO-58533: [Backport] - Loading of order page with a lot of items in admin. - for 2.1
1 parent 4c5983a commit bd6ccc3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ public function testModuleXmlFiles()
6969
{
7070
if (!self::$actualBranch) {
7171
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);
7572
$this->assertEmpty(
7673
reset($matches),
7774
'module.xml changes for patch releases in non-actual branches are not allowed:' . PHP_EOL .
@@ -87,9 +84,6 @@ public function testModuleSetupFiles()
8784
{
8885
if (!self::$actualBranch) {
8986
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);
9387
$this->assertEmpty(
9488
reset($matches),
9589
'Code with changes for DB schema or data in non-actual branches are not allowed:' . PHP_EOL .

0 commit comments

Comments
 (0)