Skip to content

Commit c9f3c2b

Browse files
author
Vitaliy Boyko
committed
267: removed redundant file
1 parent 03c3a95 commit c9f3c2b

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

src/com/magento/idea/magento2plugin/magento/files/ModuleXmlHaveSetupVersion.java

Lines changed: 0 additions & 34 deletions
This file was deleted.

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import com.intellij.psi.PsiFile;
66
import com.magento.idea.magento2plugin.actions.generation.data.ModuleXmlData;
77
import com.magento.idea.magento2plugin.magento.files.ModuleXml;
8-
import com.magento.idea.magento2plugin.magento.files.ModuleXmlHaveSetupVersion;
98
import com.magento.idea.magento2plugin.magento.packages.File;
109
import com.magento.idea.magento2plugin.magento.packages.Package;
1110

@@ -15,7 +14,7 @@ public class ModuleXmlGeneratorHaveSetupVersionTest extends BaseGeneratorTestCas
1514
* Test checks whether module.xml is generated correctly.
1615
*/
1716
public void testGenerateModuleFile() {
18-
final String filePath = this.getFixturePath(ModuleXmlHaveSetupVersion.FILE_NAME);
17+
final String filePath = this.getFixturePath(ModuleXml.FILE_NAME);
1918
final PsiFile expectedFile = myFixture.configureByFile(filePath);
2019
final PsiDirectory projectDir = getProjectDirectory();
2120

0 commit comments

Comments
 (0)