File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/test/java/com/magento/idea/magento2plugin/util Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515
1616/**
1717 * Utility class for mocking the PhpBundle in tests.
18- * <p>
19- * This class provides methods to set up a mock for the PhpBundle,
18+ *
19+ * <p> This class provides methods to set up a mock for the PhpBundle,
2020 * which will return a fixed value for any key, avoiding the need for actual message keys in tests.
2121 */
2222public final class PhpBundleMocker {
Original file line number Diff line number Diff line change 1111
1212/**
1313 * Mock implementation of ResourceBundle for testing.
14- * <p>
15- * This class provides a dummy ResourceBundle that returns a fixed value for any key,
14+ *
15+ * <p> This class provides a dummy ResourceBundle that returns a fixed value for any key,
1616 * avoiding the need for actual message keys in tests.
1717 */
1818public class ResourceBundleMock extends ResourceBundle {
You can’t perform that action at this time.
0 commit comments