File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
tests/com/magento/idea/magento2plugin/actions/generation/generator Expand file tree Collapse file tree 1 file changed +0
-3
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-
108import com .intellij .openapi .project .Project ;
119import com .intellij .psi .PsiFile ;
1210import com .magento .idea .magento2plugin .actions .generation .data .CLICommandClassData ;
@@ -38,7 +36,6 @@ public void testGenerateCLICommandClass() {
3836 final String filePath = this .getFixturePath (CLASS_NAME .concat (".php" ));
3937 final PsiFile expectedFile = myFixture .configureByFile (filePath );
4038
41- out .println (expectedFile .getContainingDirectory ().getVirtualFile ().getPath ());
4239 assertGeneratedFileIsCorrect (
4340 expectedFile ,
4441 "src/app/code/Foo/Bar/Console/Command" ,
You can’t perform that action at this time.
0 commit comments