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 f16d571 commit 44d5d19Copy full SHA for 44d5d19
tests/com/magento/idea/magento2plugin/completion/xml/MftfEntityNameCompletionRegistrarTest.java
@@ -6,12 +6,12 @@
6
7
public class MftfEntityNameCompletionRegistrarTest extends CompletionXmlFixtureTestCase {
8
9
- private static final String[] lookupStringsEntities = new String[]{
10
- "TestAdminMenuCatalog",
11
- "TestAdminMenuCatalog.pageTitle",
12
- "TestDefaultAttributeSet",
13
- "TestDefaultAttributeSet.attribute_set_id"
14
- };
+ private static final String[] lookupStringsEntities = new String[] {
+ "TestAdminMenuCatalog",
+ "TestAdminMenuCatalog.pageTitle",
+ "TestDefaultAttributeSet",
+ "TestDefaultAttributeSet.attribute_set_id"
+ };
15
16
public void testCreateDataActionGroupMustProvideCompletion () {
17
String filePath = this.getFixturePath(
0 commit comments