eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\CountryListTest::testCountryListName PHP Метод

testCountryListName() публичный Метод

public testCountryListName ( DOMDocument $dom )
$dom DOMDocument
    public function testCountryListName(\DOMDocument $dom)
    {
        $this->assertXPath($dom, '/CountryList/Country[1]/name[text()="Holy See (Vatican City State)"]');
        $this->assertXPath($dom, '/CountryList/Country[2]/name[text()="Heard Island and McDonald Islands"]');
    }