File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
testData/actions/generation/generator/CLICommandDiXmlGenerator/addingTwoCLICommandToDiXml
tests/com/magento/idea/magento2plugin/actions/generation/generator Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
<arguments >
6
6
<argument name =" commands" xsi : type =" array" >
7
7
<item name =" foo_bar_test_command" xsi : type =" object" >Foo\Bar\Console\Command\TestCommand</item >
8
- <item name =" foo_bar_one_more_c_l_i_command" xsi : type =" object" >Foo\Bar\Console\Command\OneMoreCLICommand</item >
8
+ <item name =" foo_bar_one_more_c_l_i_command" xsi : type =" object" >
9
+ Foo\Bar\Console\Command\OneMoreCLICommand
10
+ </item >
9
11
</argument >
10
12
</arguments >
11
13
</type >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public class CLICommandDiXmlGeneratorTest extends BaseGeneratorTestCase {
22
22
private static final String CLASS_NAME = "TestCommand" ;
23
23
private static final String SECOND_CLASS_NAME = "OneMoreCLICommand" ;
24
24
private static final String MODULE_NAME = "Foo_Bar" ;
25
- private static final String PARENT_DIR = "Console" ;
25
+ private static final String PARENT_DIR = "Console/Command " ;
26
26
private static final String MODULE_DIR = "src/app/code/Foo/Bar/" ;
27
27
28
28
/**
You can’t perform that action at this time.
0 commit comments