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

testCountryListIDC() public method

public testCountryListIDC ( DOMDocument $dom )
$dom DOMDocument
    public function testCountryListIDC(\DOMDocument $dom)
    {
        $this->assertXPath($dom, '/CountryList/Country[1]/IDC[text()="3906"]');
        $this->assertXPath($dom, '/CountryList/Country[2]/IDC[text()="672"]');
    }