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

Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testContentImageVariationContentTagExists ( DOMDocument $dom )
testContentImageVariationTagHrefAttribute ( DOMDocument $dom )
testContentImageVariationTagMediaTypeAttribute ( DOMDocument $dom )
testContentTypeTagExists ( DOMDocument $dom )
testContentTypeTagValue ( DOMDocument $dom )
testFileSizeTagExists ( DOMDocument $dom )
testFileSizeTagValue ( DOMDocument $dom )
testHeightTagExists ( DOMDocument $dom )
testHeightTagValue ( DOMDocument $dom )
testUriTagExists ( DOMDocument $dom )
testUriTagValue ( DOMDocument $dom )
testVisit ( ) : string Test the ImageVariation visitor.
testWidthTagExists ( DOMDocument $dom )
testWidthTagValue ( DOMDocument $dom )

Protected Methods

Method Description
internalGetVisitor ( ) : ImageVariation

Method Details

internalGetVisitor() protected method

protected internalGetVisitor ( ) : ImageVariation
return eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\ImageVariation

testContentImageVariationContentTagExists() public method

public testContentImageVariationContentTagExists ( DOMDocument $dom )
$dom DOMDocument

testContentImageVariationTagHrefAttribute() public method

public testContentImageVariationTagHrefAttribute ( DOMDocument $dom )
$dom DOMDocument

testContentImageVariationTagMediaTypeAttribute() public method

public testContentImageVariationTagMediaTypeAttribute ( DOMDocument $dom )
$dom DOMDocument

testContentTypeTagExists() public method

public testContentTypeTagExists ( DOMDocument $dom )
$dom DOMDocument

testContentTypeTagValue() public method

public testContentTypeTagValue ( DOMDocument $dom )
$dom DOMDocument

testFileSizeTagExists() public method

public testFileSizeTagExists ( DOMDocument $dom )
$dom DOMDocument

testFileSizeTagValue() public method

public testFileSizeTagValue ( DOMDocument $dom )
$dom DOMDocument

testHeightTagExists() public method

public testHeightTagExists ( DOMDocument $dom )
$dom DOMDocument

testHeightTagValue() public method

public testHeightTagValue ( DOMDocument $dom )
$dom DOMDocument

testUriTagExists() public method

public testUriTagExists ( DOMDocument $dom )
$dom DOMDocument

testUriTagValue() public method

public testUriTagValue ( DOMDocument $dom )
$dom DOMDocument

testVisit() public method

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

testWidthTagExists() public method

public testWidthTagExists ( DOMDocument $dom )
$dom DOMDocument

testWidthTagValue() public method

public testWidthTagValue ( DOMDocument $dom )
$dom DOMDocument