File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
src/Magento/FunctionalTestingFramework/Test/etc Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
22
<xs : complexType name =" cestType" >
23
23
<xs : choice minOccurs =" 0" maxOccurs =" unbounded" >
24
24
<xs : element type =" annotationsType" name =" annotations" minOccurs =" 0" />
25
- <xs : element type =" testType " name =" before" minOccurs =" 0" />
26
- <xs : element type =" testType " name =" after" minOccurs =" 0" />
25
+ <xs : element type =" hookType " name =" before" minOccurs =" 0" />
26
+ <xs : element type =" hookType " name =" after" minOccurs =" 0" />
27
27
<xs : element type =" testType" name =" test" maxOccurs =" unbounded" />
28
28
</xs : choice >
29
29
<xs : attribute type =" xs:string" name =" name" use =" required" />
66
66
</xs : extension >
67
67
</xs : simpleContent >
68
68
</xs : complexType >
69
+ <xs : complexType name =" hookType" >
70
+ <xs : choice minOccurs =" 0" maxOccurs =" unbounded" >
71
+ <xs : group ref =" actionTypeTags" />
72
+ </xs : choice >
73
+ </xs : complexType >
69
74
<xs : complexType name =" testType" >
70
75
<xs : choice minOccurs =" 0" maxOccurs =" unbounded" >
71
76
<xs : group ref =" actionTypeTags" />
You can’t perform that action at this time.
0 commit comments