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 5
5
6
6
package com .magento .idea .magento2plugin .actions .generation .generator ;
7
7
8
+ import static java .lang .System .out ;
9
+
8
10
import com .intellij .openapi .project .Project ;
9
11
import com .intellij .psi .PsiFile ;
10
12
import com .magento .idea .magento2plugin .actions .generation .data .CLICommandClassData ;
@@ -36,6 +38,7 @@ public void testGenerateCLICommandClass() {
36
38
final String filePath = this .getFixturePath (CLASS_NAME .concat (".php" ));
37
39
final PsiFile expectedFile = myFixture .configureByFile (filePath );
38
40
41
+ out .println (expectedFile .getContainingDirectory ().getVirtualFile ().getPath ());
39
42
assertGeneratedFileIsCorrect (
40
43
expectedFile ,
41
44
"src/app/code/Foo/Bar/Console/Command" ,
You can’t perform that action at this time.
0 commit comments