File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
dev/tests/setup-integration/testsuite/Magento/Developer/Console/Command Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 55 */
66declare (strict_types=1 );
77
8- namespace Magento \Setup ;
8+ namespace Magento \Developer \ Console \ Command ;
99
1010use Magento \Framework \App \ResourceConnection ;
11-
1211use Magento \Framework \Shell ;
1312use Magento \Framework \Shell \CommandRenderer ;
1413use 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 }
You can’t perform that action at this time.
0 commit comments