File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/com/magento/idea/magento2plugin/actions/generation/generator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public class CLICommandClassGeneratorTest extends BaseGeneratorTestCase {
1414 private static final String PARENT_DIRECTORY = "Console" ;
1515 private static final String COMMAND_NAME = "bar:test-command" ;
1616 private static final String DESCRIPTION = "This is the test command" ;
17- private static final String NAMESPACE = "Foo\\ Bar\\ Console" ;
17+ private static final String NAMESPACE = "Foo\\ Bar\\ Console\\ Command " ;
1818 private static final String MODULE_NAME = "Foo_Bar" ;
1919
2020 /**
@@ -38,7 +38,7 @@ public void testGenerateCLICommandClass() {
3838
3939 assertGeneratedFileIsCorrect (
4040 expectedFile ,
41- "src/app/code/Foo/Bar/Console" ,
41+ "src/app/code/Foo/Bar/Console/Command " ,
4242 cliCommandClass
4343 );
4444 }
You can’t perform that action at this time.
0 commit comments