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 {
14
14
private static final String PARENT_DIRECTORY = "Console" ;
15
15
private static final String COMMAND_NAME = "bar:test-command" ;
16
16
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 " ;
18
18
private static final String MODULE_NAME = "Foo_Bar" ;
19
19
20
20
/**
@@ -38,7 +38,7 @@ public void testGenerateCLICommandClass() {
38
38
39
39
assertGeneratedFileIsCorrect (
40
40
expectedFile ,
41
- "src/app/code/Foo/Bar/Console" ,
41
+ "src/app/code/Foo/Bar/Console/Command " ,
42
42
cliCommandClass
43
43
);
44
44
}
You can’t perform that action at this time.
0 commit comments