File tree Expand file tree Collapse file tree 3 files changed +0
-159
lines changed
src/test/java/com/magento/idea/magento2plugin Expand file tree Collapse file tree 3 files changed +0
-159
lines changed Original file line number Diff line number Diff line change 12
12
import com .magento .idea .magento2plugin .indexes .IndexManager ;
13
13
import com .magento .idea .magento2plugin .magento .packages .File ;
14
14
import com .magento .idea .magento2plugin .project .Settings ;
15
- import com .magento .idea .magento2plugin .util .PhpBundleMocker ;
16
15
17
16
/**
18
17
* Configure test environment with Magento 2 project.
@@ -29,15 +28,6 @@ public void setUp() throws Exception {
29
28
super .setUp ();
30
29
copyMagento2ToTestProject ();
31
30
enablePluginAndReindex ();
32
-
33
- // Mock the PhpBundle to avoid issues with missing message keys
34
- try {
35
- PhpBundleMocker .mockPhpBundle ();
36
- } catch (Exception e ) {
37
- // Log the exception but continue with the test
38
- System .err .println ("Failed to mock PhpBundle: " + e .getMessage ());
39
- e .printStackTrace ();
40
- }
41
31
}
42
32
43
33
private void copyMagento2ToTestProject () {
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments