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

testCountryListAlpha3() public method

public testCountryListAlpha3 ( DOMDocument $dom )
$dom DOMDocument
    public function testCountryListAlpha3(\DOMDocument $dom)
    {
        $this->assertXPath($dom, '/CountryList/Country[1]/Alpha3[text()="VAT"]');
        $this->assertXPath($dom, '/CountryList/Country[2]/Alpha3[text()="HMD"]');
    }