Skip to content

Commit 5cfec76

Browse files
author
Vitaliy Boyko
committed
262: investigating CI issue 2
1 parent 47e03d0 commit 5cfec76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

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

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

8-
import static java.lang.System.out;
9-
108
import com.intellij.openapi.project.Project;
119
import com.intellij.psi.PsiFile;
1210
import 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",

0 commit comments

Comments
 (0)