We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433873d commit b9304c0Copy full SHA for b9304c0
tests/com/magento/idea/magento2plugin/inspections/xml/ModuleScopeInspectionTest.java
@@ -43,7 +43,7 @@ public void testCorrectArea() {
43
assertHasNoHighlighting(errorMessage);
44
}
45
46
- private void configureFixture(String fixturePath) {
+ private void configureFixture(final String fixturePath) {
47
myFixture.copyFileToProject(getFixturePath("app/code/Test/TestModule/registration.php"));
48
myFixture.configureByFile(getFixturePath(fixturePath));
49
0 commit comments