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