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 1212import com .magento .idea .magento2plugin .indexes .IndexManager ;
1313import com .magento .idea .magento2plugin .magento .packages .File ;
1414import com .magento .idea .magento2plugin .project .Settings ;
15- import com .magento .idea .magento2plugin .util .PhpBundleMocker ;
1615
1716/**
1817 * Configure test environment with Magento 2 project.
@@ -29,15 +28,6 @@ public void setUp() throws Exception {
2928 super .setUp ();
3029 copyMagento2ToTestProject ();
3130 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- }
4131 }
4232
4333 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