PHP Class eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\CountryListTest

Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testCountryListAlpha2 ( DOMDocument $dom )
testCountryListAlpha3 ( DOMDocument $dom )
testCountryListIDC ( DOMDocument $dom )
testCountryListId ( DOMDocument $dom )
testCountryListMediaType ( DOMDocument $dom )
testCountryListName ( DOMDocument $dom )
testVisit ( ) : string Test the CountryListList visitor.

Protected Methods

Method Description
internalGetVisitor ( ) : CountryList Get the CountryList visitor.

Method Details

internalGetVisitor() protected method

Get the CountryList visitor.
protected internalGetVisitor ( ) : CountryList
return eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\CountryList

testCountryListAlpha2() public method

public testCountryListAlpha2 ( DOMDocument $dom )
$dom DOMDocument

testCountryListAlpha3() public method

public testCountryListAlpha3 ( DOMDocument $dom )
$dom DOMDocument

testCountryListIDC() public method

public testCountryListIDC ( DOMDocument $dom )
$dom DOMDocument

testCountryListId() public method

public testCountryListId ( DOMDocument $dom )
$dom DOMDocument

testCountryListMediaType() public method

public testCountryListMediaType ( DOMDocument $dom )
$dom DOMDocument

testCountryListName() public method

public testCountryListName ( DOMDocument $dom )
$dom DOMDocument

testVisit() public method

Test the CountryListList visitor.
public testVisit ( ) : string
return string