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 55 <arguments >
66 <argument name =" commands" xsi : type =" array" >
77 <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 >
911 </argument >
1012 </arguments >
1113 </type >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public class CLICommandDiXmlGeneratorTest extends BaseGeneratorTestCase {
2222 private static final String CLASS_NAME = "TestCommand" ;
2323 private static final String SECOND_CLASS_NAME = "OneMoreCLICommand" ;
2424 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 " ;
2626 private static final String MODULE_DIR = "src/app/code/Foo/Bar/" ;
2727
2828 /**
You can’t perform that action at this time.
0 commit comments