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 15
15
16
16
/**
17
17
* 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,
20
20
* which will return a fixed value for any key, avoiding the need for actual message keys in tests.
21
21
*/
22
22
public final class PhpBundleMocker {
Original file line number Diff line number Diff line change 11
11
12
12
/**
13
13
* 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,
16
16
* avoiding the need for actual message keys in tests.
17
17
*/
18
18
public class ResourceBundleMock extends ResourceBundle {
You can’t perform that action at this time.
0 commit comments