File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
testData/completion/xml/MftfNameCompletionRegistrar/extendsSameNameMustBeEmpty
tests/com/magento/idea/magento2plugin/completion/xml Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+
9
+ <tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
11
+ <test name =" MyTestMftfCase" extends =" MyTestMftfCa<caret>" >
12
+
13
+ </test >
14
+ </tests >
Original file line number Diff line number Diff line change @@ -24,4 +24,11 @@ public void testExtendsInActionGroupMustBeEmpty() {
24
24
25
25
assertCompletionNotShowing (filePath );
26
26
}
27
+
28
+ public void testExtendsSameNameMustBeEmpty () {
29
+ String filePath = this .getFixturePath ("TestMftfTest.xml" );
30
+ myFixture .copyFileToProject (filePath );
31
+
32
+ assertCompletionNotShowing (filePath );
33
+ }
27
34
}
You can’t perform that action at this time.
0 commit comments