Skip to content

Commit 8d6332b

Browse files
author
Vitaliy Boyko
committed
Attempt to fix windows issue 2
1 parent b103756 commit 8d6332b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/com/magento/idea/magento2plugin/BaseProjectTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ private void copyMagento2ToTestProject() {
2525
myFixture.setTestDataPath(testDataProjectPath);
2626
myFixture.copyDirectoryToProject(
2727
testDataProjectDirectory,
28-
GetProjectBasePath.execute(myFixture.getProject()).getPath()
28+
""
2929
);
3030
}
3131

0 commit comments

Comments
 (0)