We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f8fbf commit b103756Copy full SHA for b103756
tests/com/magento/idea/magento2plugin/BaseProjectTestCase.java
@@ -4,6 +4,7 @@
4
import com.intellij.testFramework.fixtures.BasePlatformTestCase;
5
import com.magento.idea.magento2plugin.indexes.IndexManager;
6
import com.magento.idea.magento2plugin.project.Settings;
7
+import com.magento.idea.magento2plugin.project.util.GetProjectBasePath;
8
import java.io.File;
9
10
/**
@@ -24,7 +25,7 @@ private void copyMagento2ToTestProject() {
24
25
myFixture.setTestDataPath(testDataProjectPath);
26
myFixture.copyDirectoryToProject(
27
testDataProjectDirectory,
- myFixture.getProject().getBasePath()
28
+ GetProjectBasePath.execute(myFixture.getProject()).getPath()
29
);
30
}
31
0 commit comments