eZ\Publish\Core\REST\Common\Tests\Input\Handler\XmlTest::testConvertXml PHP Method

testConvertXml() public method

public testConvertXml ( $xml, $expectation )
    public function testConvertXml($xml, $expectation)
    {
        $handler = new Common\Input\Handler\Xml();
        $this->assertSame($expectation, $handler->convert($xml));
    }