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

Afficher le fichier Open project: ezsystems/ezpublish-kernel

Protected Properties

Свойство Type Description
$creationDate DateTime
$modificationDate DateTime

Méthodes publiques

Méthode Description
setUp ( )
testResultContainsVersionInfoChildren ( string $result )
testVersionInfoContentElement ( string $result )
testVersionInfoCreationDateElement ( string $result )
testVersionInfoIdElement ( string $result )
testVersionInfoInitialLanguageCodeElement ( string $result )
testVersionInfoLanguageCodesElement ( string $result )
testVersionInfoModificationDateElement ( string $result )
testVersionInfoNamesElement ( string $result )
testVersionInfoStatusElement ( string $result )
testVersionInfoVersionNoElement ( string $result )
testVisit ( ) : string Test the VersionInfo visitor.

Méthodes protégées

Méthode Description
internalGetVisitor ( ) : VersionInfo Get the VersionInfo visitor.

Method Details

internalGetVisitor() protected méthode

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

setUp() public méthode

public setUp ( )

testResultContainsVersionInfoChildren() public méthode

testVersionInfoContentElement() public méthode

public testVersionInfoContentElement ( string $result )
$result string

testVersionInfoCreationDateElement() public méthode

public testVersionInfoCreationDateElement ( string $result )
$result string

testVersionInfoIdElement() public méthode

public testVersionInfoIdElement ( string $result )
$result string

testVersionInfoInitialLanguageCodeElement() public méthode

testVersionInfoLanguageCodesElement() public méthode

testVersionInfoModificationDateElement() public méthode

testVersionInfoNamesElement() public méthode

public testVersionInfoNamesElement ( string $result )
$result string

testVersionInfoStatusElement() public méthode

public testVersionInfoStatusElement ( string $result )
$result string

testVersionInfoVersionNoElement() public méthode

public testVersionInfoVersionNoElement ( string $result )
$result string

testVisit() public méthode

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

Property Details

$creationDate protected_oe property

protected DateTime $creationDate
Résultat DateTime

$modificationDate protected_oe property

protected DateTime $modificationDate
Résultat DateTime