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 2222 <xs : complexType name =" cestType" >
2323 <xs : choice minOccurs =" 0" maxOccurs =" unbounded" >
2424 <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" />
2727 <xs : element type =" testType" name =" test" maxOccurs =" unbounded" />
2828 </xs : choice >
2929 <xs : attribute type =" xs:string" name =" name" use =" required" />
6666 </xs : extension >
6767 </xs : simpleContent >
6868 </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 >
6974 <xs : complexType name =" testType" >
7075 <xs : choice minOccurs =" 0" maxOccurs =" unbounded" >
7176 <xs : group ref =" actionTypeTags" />
You can’t perform that action at this time.
0 commit comments