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 b60d0bc commit c12b417Copy full SHA for c12b417
src/com/magento/idea/magento2plugin/magento/files/TestFixture.java
@@ -5,6 +5,9 @@
5
6
package com.magento.idea.magento2plugin.magento.files;
7
8
+@SuppressWarnings({
9
+ "PMD.ClassNamingConventions"
10
+})
11
public class TestFixture {
12
public static final String PHP_DOC_TAG_NAME = "@magentoDataFixture";
13
public static final String PHP_DOC_TAG_NAME_API = "@magentoApiDataFixture";
0 commit comments