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

Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Méthode 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 )

Méthodes protégées

Méthode Description
internalGetVisitor ( ) : ImageVariation

Method Details

internalGetVisitor() protected méthode

protected internalGetVisitor ( ) : ImageVariation
Résultat eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\ImageVariation

testContentImageVariationContentTagExists() public méthode

public testContentImageVariationContentTagExists ( DOMDocument $dom )
$dom DOMDocument

testContentImageVariationTagHrefAttribute() public méthode

public testContentImageVariationTagHrefAttribute ( DOMDocument $dom )
$dom DOMDocument

testContentImageVariationTagMediaTypeAttribute() public méthode

public testContentImageVariationTagMediaTypeAttribute ( DOMDocument $dom )
$dom DOMDocument

testContentTypeTagExists() public méthode

public testContentTypeTagExists ( DOMDocument $dom )
$dom DOMDocument

testContentTypeTagValue() public méthode

public testContentTypeTagValue ( DOMDocument $dom )
$dom DOMDocument

testFileSizeTagExists() public méthode

public testFileSizeTagExists ( DOMDocument $dom )
$dom DOMDocument

testFileSizeTagValue() public méthode

public testFileSizeTagValue ( DOMDocument $dom )
$dom DOMDocument

testHeightTagExists() public méthode

public testHeightTagExists ( DOMDocument $dom )
$dom DOMDocument

testHeightTagValue() public méthode

public testHeightTagValue ( DOMDocument $dom )
$dom DOMDocument

testUriTagExists() public méthode

public testUriTagExists ( DOMDocument $dom )
$dom DOMDocument

testUriTagValue() public méthode

public testUriTagValue ( DOMDocument $dom )
$dom DOMDocument

testVisit() public méthode

Test the ImageVariation visitor.
public testVisit ( ) : string
Résultat string

testWidthTagExists() public méthode

public testWidthTagExists ( DOMDocument $dom )
$dom DOMDocument

testWidthTagValue() public méthode

public testWidthTagValue ( DOMDocument $dom )
$dom DOMDocument