eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\FieldDefinitionListTest::testGeneratedXml PHP Method

testGeneratedXml() public method

public testGeneratedXml ( string $xpath, DOMDocument $dom )
$xpath string
$dom DOMDocument
    public function testGeneratedXml($xpath, \DOMDocument $dom)
    {
        $this->assertXPath($dom, $xpath);
    }