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 0ba45ef commit f676c3dCopy full SHA for f676c3d
tests/com/magento/idea/magento2plugin/actions/generation/generator/CLICommandDiXmlGeneratorTest.java
@@ -22,7 +22,7 @@ public class CLICommandDiXmlGeneratorTest extends BaseGeneratorTestCase {
22
private static final String CLASS_NAME = "TestCommand";
23
private static final String SECOND_CLASS_NAME = "OneMoreCLICommand";
24
private static final String MODULE_NAME = "Foo_Bar";
25
- private static final String PARENT_DIR = "Console/Command";
+ private static final String PARENT_DIR = "Console\\Command";
26
private static final String MODULE_DIR = "src/app/code/Foo/Bar/";
27
28
/**
0 commit comments