Inheritance: extends eZ\Publish\Core\REST\Common\Input\Handler
Example #1
0
 /**
  * @dataProvider getXmlFixtures
  */
 public function testConvertXml($xml, $expectation)
 {
     $handler = new Common\Input\Handler\Xml();
     $this->assertSame($expectation, $handler->convert($xml));
 }