Skip to content

Commit 0fbbfee

Browse files
committed
AC-15068::Laminas MVC Retiring
1 parent 26d63bf commit 0fbbfee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dev/tests/setup-integration/testsuite/Magento/Developer/Console/Command/SetupInstallMvcTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
*/
66
declare(strict_types=1);
77

8-
namespace Magento\Setup;
8+
namespace Magento\Developer\Console\Command;
99

1010
use Magento\Framework\App\ResourceConnection;
11-
1211
use Magento\Framework\Shell;
1312
use Magento\Framework\Shell\CommandRenderer;
1413
use Magento\TestFramework\Deploy\CliCommand;
@@ -47,7 +46,7 @@ protected function setUp(): void
4746
$this->moduleManager = $objectManager->get(TestModuleManager::class);
4847
$this->cliCommand = $objectManager->get(CliCommand::class);
4948
$this->resourceConnection = $objectManager->get(ResourceConnection::class);
50-
49+
5150
// Create Shell instance manually to avoid DI circular dependency issues
5251
$this->shell = new Shell(new CommandRenderer());
5352
}

0 commit comments

Comments
 (0)