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 b103756 commit 8d6332bCopy full SHA for 8d6332b
tests/com/magento/idea/magento2plugin/BaseProjectTestCase.java
@@ -25,7 +25,7 @@ private void copyMagento2ToTestProject() {
25
myFixture.setTestDataPath(testDataProjectPath);
26
myFixture.copyDirectoryToProject(
27
testDataProjectDirectory,
28
- GetProjectBasePath.execute(myFixture.getProject()).getPath()
+ ""
29
);
30
}
31
0 commit comments