PHP Class Neos\Flow\Tests\Unit\Validation\Validator\CollectionValidatorTest

Inheritance: extends AbstractValidatorTestcase
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$mockValidatorResolver
$validatorClassName

Méthodes publiques

Méthode Description
collectionValidatorFailsForAValueNotBeingACollection ( )
collectionValidatorIsValidEarlyReturnsOnUnitializedDoctrinePersistenceCollections ( )
collectionValidatorReturnsNoErrorsForANullValue ( )
collectionValidatorTransfersElementValidatorOptionsToTheElementValidator ( )
collectionValidatorValidatesEveryElementOfACollectionWithTheGivenElementValidator ( )
collectionValidatorValidatesNestedObjectStructuresWithoutEndlessLooping ( )
setUp ( )

Method Details

collectionValidatorFailsForAValueNotBeingACollection() public méthode

collectionValidatorIsValidEarlyReturnsOnUnitializedDoctrinePersistenceCollections() public méthode

collectionValidatorReturnsNoErrorsForANullValue() public méthode

collectionValidatorTransfersElementValidatorOptionsToTheElementValidator() public méthode

collectionValidatorValidatesEveryElementOfACollectionWithTheGivenElementValidator() public méthode

collectionValidatorValidatesNestedObjectStructuresWithoutEndlessLooping() public méthode

setUp() public méthode

public setUp ( )

Property Details

$mockValidatorResolver protected_oe property

protected $mockValidatorResolver

$validatorClassName protected_oe property

protected $validatorClassName