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 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \Setup ;
8
+ namespace Magento \Developer \ Console \ Command ;
9
9
10
10
use Magento \Framework \App \ResourceConnection ;
11
-
12
11
use Magento \Framework \Shell ;
13
12
use Magento \Framework \Shell \CommandRenderer ;
14
13
use Magento \TestFramework \Deploy \CliCommand ;
@@ -47,7 +46,7 @@ protected function setUp(): void
47
46
$ this ->moduleManager = $ objectManager ->get (TestModuleManager::class);
48
47
$ this ->cliCommand = $ objectManager ->get (CliCommand::class);
49
48
$ this ->resourceConnection = $ objectManager ->get (ResourceConnection::class);
50
-
49
+
51
50
// Create Shell instance manually to avoid DI circular dependency issues
52
51
$ this ->shell = new Shell (new CommandRenderer ());
53
52
}
You can’t perform that action at this time.
0 commit comments