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

testCountryListAlpha2() public method

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