eZ\Publish\Core\REST\Common\Tests\Input\Handler\XmlTest::testConvertXml PHP 메소드

testConvertXml() 공개 메소드

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