File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
tests/com/magento/idea/magento2plugin/actions/generation/generator Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 55
66package com .magento .idea .magento2plugin .actions .generation .generator ;
77
8+ import static java .lang .System .out ;
9+
810import com .intellij .openapi .project .Project ;
911import com .intellij .psi .PsiFile ;
1012import 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" ,
You can’t perform that action at this time.
0 commit comments