We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df72f0e commit a148987Copy full SHA for a148987
tests/com/magento/idea/magento2plugin/actions/generation/generator/CLICommandClassGeneratorTest.java
@@ -11,7 +11,7 @@
11
12
public class CLICommandClassGeneratorTest extends BaseGeneratorTestCase {
13
private static final String CLASS_NAME = "TestCLICommandPHPClass";
14
- private static final String PARENT_DIRECTORY = "Console";
+ private static final String PARENT_DIRECTORY = "Console/Command";
15
private static final String COMMAND_NAME = "bar:test-command";
16
private static final String DESCRIPTION = "This is the test command";
17
private static final String NAMESPACE = "Foo\\Bar\\Console\\Command";
0 commit comments