예제 #1
0
 public function testSchemaUsingPartialXml($expectedErrors = null)
 {
     $expectedErrors = ["Element 'type': The attribute 'order' is required but missing.", "Element 'type': Missing child element(s). Expected is ( label )."];
     parent::testSchemaUsingPartialXml($expectedErrors);
 }
예제 #2
0
 public function testSchemaUsingPartialXml($expectedErrors = null)
 {
     $expectedErrors = array("Element 'layout': Missing child element(s). Expected is ( label ).", "Element 'layout': Missing child element(s). Expected is ( template ).", "Element 'layout': Missing child element(s). Expected is ( layout_handle ).");
     parent::testSchemaUsingPartialXml($expectedErrors);
 }