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 2b92a49 commit 51d110dCopy full SHA for 51d110d
tests/com/magento/idea/magento2plugin/completion/xml/BackendModelXmlCompletionRegistrarTest.java
@@ -11,10 +11,10 @@
11
public class BackendModelXmlCompletionRegistrarTest extends CompletionXmlFixtureTestCase {
12
13
private static final String[] SYSTEM_XML_BACKEND_MODEL_LOOKUP_STRING_CHECK = {
14
- "Magento\\Backend\\Model\\Source\\Roles"
15
- };
+ "Magento\\Backend\\Model\\Source\\Roles"
+ };
16
private static final String[] CONFIG_XML_BACKEND_MODEL_LOOKUP_STRING_CHECK = {
17
- "Magento\\Backend\\Model\\Source\\YesNo"
+ "Magento\\Backend\\Model\\Source\\YesNo"
18
};
19
20
public void testSystemXmlElementProvideCompletion() {
0 commit comments