File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/com/magento/idea/magento2plugin/inspections/xml Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public void testAclResourceWithNoTitleShouldHaveWarning() {
27
27
myFixture .configureByFile (getFixturePath (ModuleAclXml .FILE_NAME ));
28
28
29
29
final String errorMessage = inspectionBundle .message (
30
- "inspection.error.missingAttribute" ,
30
+ "inspection.error.missingAttribute" ,
31
31
"title"
32
32
);
33
33
@@ -41,7 +41,7 @@ public void testOverrideAclResourceWithNoTitleShouldNotHaveWarning() {
41
41
myFixture .configureByFile (getFixturePath (ModuleAclXml .FILE_NAME ));
42
42
43
43
final String errorMessage = inspectionBundle .message (
44
- "inspection.error.missingAttribute" ,
44
+ "inspection.error.missingAttribute" ,
45
45
"title"
46
46
);
47
47
@@ -55,7 +55,7 @@ public void testAclResourceWithEmptyIdShouldHaveWarning() {
55
55
myFixture .configureByFile (getFixturePath (ModuleAclXml .FILE_NAME ));
56
56
57
57
final String errorMessage = inspectionBundle .message (
58
- "inspection.error.idAttributeCanNotBeEmpty" ,
58
+ "inspection.error.idAttributeCanNotBeEmpty" ,
59
59
"id"
60
60
);
61
61
You can’t perform that action at this time.
0 commit comments