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

Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Méthode Description
testAlwaysAvailableCorrect ( DOMDocument $dom )
testContentHrefCorrect ( DOMDocument $dom )
testContentIdCorrect ( DOMDocument $dom )
testContentMediaTypeWithVersionCorrect ( DOMDocument $dom )
testContentMediaTypeWithoutVersionCorrect ( DOMDocument $dom )
testContentRemoteIdCorrect ( DOMDocument $dom )
testContentTypeHrefCorrect ( DOMDocument $dom )
testContentTypeMediaTypeCorrect ( DOMDocument $dom )
testCurrentVersionHrefCorrect ( DOMDocument $dom )
testCurrentVersionMediaTypeCorrect ( DOMDocument $dom )
testCurrentVersionNoCorrect ( DOMDocument $dom )
testEmbeddedCurrentVersionHrefCorrect ( DOMDocument $dom )
testEmbeddedCurrentVersionMediaTypeCorrect ( DOMDocument $dom )
testLastModificationDateCorrect ( DOMDocument $dom )
testLocationsHrefCorrect ( DOMDocument $dom )
testLocationsMediaTypeCorrect ( DOMDocument $dom )
testMainLanguageCodeCorrect ( DOMDocument $dom )
testMainLocationHrefCorrect ( DOMDocument $dom )
testMainLocationMediaTypeCorrect ( DOMDocument $dom )
testNameCorrect ( DOMDocument $dom )
testOwnerHrefCorrect ( DOMDocument $dom )
testOwnerMediaTypeCorrect ( DOMDocument $dom )
testSectionHrefCorrect ( DOMDocument $dom )
testSectionMediaTypeCorrect ( DOMDocument $dom )
testVersionsHrefCorrect ( DOMDocument $dom )
testVersionsMediaTypeCorrect ( DOMDocument $dom )
testVisitWithEmbeddedVersion ( ) : DOMDocument
testVisitWithoutEmbeddedVersion ( ) : DOMDocument

Méthodes protégées

Méthode Description
getBasicRestContent ( )
internalGetVisitor ( ) : RestContent Get the Content visitor.

Method Details

getBasicRestContent() protected méthode

protected getBasicRestContent ( )

internalGetVisitor() protected méthode

Get the Content visitor.
protected internalGetVisitor ( ) : RestContent
Résultat eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\RestContent

testAlwaysAvailableCorrect() public méthode

public testAlwaysAvailableCorrect ( DOMDocument $dom )
$dom DOMDocument

testContentHrefCorrect() public méthode

public testContentHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testContentIdCorrect() public méthode

public testContentIdCorrect ( DOMDocument $dom )
$dom DOMDocument

testContentMediaTypeWithVersionCorrect() public méthode

public testContentMediaTypeWithVersionCorrect ( DOMDocument $dom )
$dom DOMDocument

testContentMediaTypeWithoutVersionCorrect() public méthode

public testContentMediaTypeWithoutVersionCorrect ( DOMDocument $dom )
$dom DOMDocument

testContentRemoteIdCorrect() public méthode

public testContentRemoteIdCorrect ( DOMDocument $dom )
$dom DOMDocument

testContentTypeHrefCorrect() public méthode

public testContentTypeHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testContentTypeMediaTypeCorrect() public méthode

public testContentTypeMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testCurrentVersionHrefCorrect() public méthode

public testCurrentVersionHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testCurrentVersionMediaTypeCorrect() public méthode

public testCurrentVersionMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testCurrentVersionNoCorrect() public méthode

public testCurrentVersionNoCorrect ( DOMDocument $dom )
$dom DOMDocument

testEmbeddedCurrentVersionHrefCorrect() public méthode

public testEmbeddedCurrentVersionHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testEmbeddedCurrentVersionMediaTypeCorrect() public méthode

public testEmbeddedCurrentVersionMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testLastModificationDateCorrect() public méthode

public testLastModificationDateCorrect ( DOMDocument $dom )
$dom DOMDocument

testLocationsHrefCorrect() public méthode

public testLocationsHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testLocationsMediaTypeCorrect() public méthode

public testLocationsMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testMainLanguageCodeCorrect() public méthode

public testMainLanguageCodeCorrect ( DOMDocument $dom )
$dom DOMDocument

testMainLocationHrefCorrect() public méthode

public testMainLocationHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testMainLocationMediaTypeCorrect() public méthode

public testMainLocationMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testNameCorrect() public méthode

public testNameCorrect ( DOMDocument $dom )
$dom DOMDocument

testOwnerHrefCorrect() public méthode

public testOwnerHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testOwnerMediaTypeCorrect() public méthode

public testOwnerMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testSectionHrefCorrect() public méthode

public testSectionHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testSectionMediaTypeCorrect() public méthode

public testSectionMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testVersionsHrefCorrect() public méthode

public testVersionsHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testVersionsMediaTypeCorrect() public méthode

public testVersionsMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testVisitWithEmbeddedVersion() public méthode

public testVisitWithEmbeddedVersion ( ) : DOMDocument
Résultat DOMDocument

testVisitWithoutEmbeddedVersion() public méthode

public testVisitWithoutEmbeddedVersion ( ) : DOMDocument
Résultat DOMDocument