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 5d661e6 commit aeffd6fCopy full SHA for aeffd6f
tests/com/magento/idea/magento2plugin/actions/generation/generator/ArgumentInjectionGeneratorTest.java
@@ -15,6 +15,7 @@
15
import java.util.ArrayList;
16
import java.util.List;
17
18
+@SuppressWarnings("PMD.TooManyMethods")
19
public class ArgumentInjectionGeneratorTest extends BaseGeneratorTestCase {
20
21
private static final String EXPECTED_DIRECTORY = "src/app/code/Foo/Bar/etc/frontend";
0 commit comments