eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\CountryListTest::testCountryListId PHP Method

testCountryListId() public method

public testCountryListId ( DOMDocument $dom )
$dom DOMDocument
    public function testCountryListId(\DOMDocument $dom)
    {
        $this->assertXPath($dom, '/CountryList/Country[1][@id="VA"]');
        $this->assertXPath($dom, '/CountryList/Country[2][@id="HM"]');
    }