PHP Class Symfony\Component\Form\Tests\Extension\Validator\ValidatorTypeGuesserTest

Author: franek ([email protected])
Author: Bernhard Schussek ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: symfony/symfony

Public Methods

Method Description
guessRequiredProvider ( )
maxLengthTypeProvider ( )
testGuessMaxLengthForConstraintWithMaxValue ( )
testGuessMaxLengthForConstraintWithMinValue ( )
testGuessMaxLengthForConstraintWithType ( $type )
testGuessRequired ( $constraint, $guess )
testGuessRequiredReturnsFalseForUnmappedProperties ( )

Protected Methods

Method Description
setUp ( )

Method Details

guessRequiredProvider() public method

maxLengthTypeProvider() public method

setUp() protected method

protected setUp ( )

testGuessMaxLengthForConstraintWithMaxValue() public method

testGuessMaxLengthForConstraintWithMinValue() public method

testGuessMaxLengthForConstraintWithType() public method

testGuessRequired() public method

public testGuessRequired ( $constraint, $guess )

testGuessRequiredReturnsFalseForUnmappedProperties() public method