Skip to content

Commit 47e03d0

Browse files
author
Vitaliy Boyko
committed
262: investigating CI issue 1
1 parent 32089e3 commit 47e03d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
package com.magento.idea.magento2plugin.actions.generation.generator;
77

8+
import static java.lang.System.out;
9+
810
import com.intellij.openapi.project.Project;
911
import com.intellij.psi.PsiFile;
1012
import com.magento.idea.magento2plugin.actions.generation.data.CLICommandClassData;
@@ -36,6 +38,7 @@ public void testGenerateCLICommandClass() {
3638
final String filePath = this.getFixturePath(CLASS_NAME.concat(".php"));
3739
final PsiFile expectedFile = myFixture.configureByFile(filePath);
3840

41+
out.println(expectedFile.getContainingDirectory().getVirtualFile().getPath());
3942
assertGeneratedFileIsCorrect(
4043
expectedFile,
4144
"src/app/code/Foo/Bar/Console/Command",

0 commit comments

Comments
 (0)