Skip to content

Commit a148987

Browse files
author
Vitaliy Boyko
committed
262: Fixed tests 2
1 parent df72f0e commit a148987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/com/magento/idea/magento2plugin/actions/generation/generator/CLICommandClassGeneratorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
public class CLICommandClassGeneratorTest extends BaseGeneratorTestCase {
1313
private static final String CLASS_NAME = "TestCLICommandPHPClass";
14-
private static final String PARENT_DIRECTORY = "Console";
14+
private static final String PARENT_DIRECTORY = "Console/Command";
1515
private static final String COMMAND_NAME = "bar:test-command";
1616
private static final String DESCRIPTION = "This is the test command";
1717
private static final String NAMESPACE = "Foo\\Bar\\Console\\Command";

0 commit comments

Comments
 (0)