PHP Class Symfony\Component\Validator\Tests\Constraints\ExpressionValidatorTest

Inheritance: extends Symfony\Component\Validator\Tests\Constraints\AbstractConstraintValidatorTest
Show file Open project: symfony/symfony

Public Methods

Method Description
testExpressionIsEvaluatedWithEmptyStringValue ( )
testExpressionIsEvaluatedWithNullValue ( )
testExpressionLanguageUsage ( )
testFailingExpressionAtNestedPropertyLevel ( )
testFailingExpressionAtObjectLevel ( )
testFailingExpressionAtPropertyLevel ( )
testFailingExpressionAtPropertyLevelWithoutRoot ( ) When validatePropertyValue() is called with a class name https://github.com/symfony/symfony/pull/11498.
testSucceedingExpressionAtNestedPropertyLevel ( )
testSucceedingExpressionAtObjectLevel ( )
testSucceedingExpressionAtPropertyLevel ( )
testSucceedingExpressionAtPropertyLevelWithoutRoot ( ) When validatePropertyValue() is called with a class name https://github.com/symfony/symfony/pull/11498.

Protected Methods

Method Description
createValidator ( )

Method Details

createValidator() protected method

protected createValidator ( )

testExpressionIsEvaluatedWithEmptyStringValue() public method

testExpressionIsEvaluatedWithNullValue() public method

testExpressionLanguageUsage() public method

testFailingExpressionAtNestedPropertyLevel() public method

testFailingExpressionAtObjectLevel() public method

testFailingExpressionAtPropertyLevel() public method

testFailingExpressionAtPropertyLevelWithoutRoot() public method

When validatePropertyValue() is called with a class name https://github.com/symfony/symfony/pull/11498.

testSucceedingExpressionAtNestedPropertyLevel() public method

testSucceedingExpressionAtObjectLevel() public method

testSucceedingExpressionAtPropertyLevel() public method

testSucceedingExpressionAtPropertyLevelWithoutRoot() public method

When validatePropertyValue() is called with a class name https://github.com/symfony/symfony/pull/11498.