This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Validator/Tests
Sébastien Lavoie 6f9eda9582 [Form][Validator] Fixed generation of HTML5 pattern attribute based on Assert\Regex to remove delimiters.
[Validator] Added delimiter escaping to Validator\Constraints\Regex::getNonDelimitedPattern

[Form][Validator] Added htmlPattern option for Regex Validation.

[Validator] Fixed Validator\Constraints\Regex::getNonDelimitedPattern variable declarations

[Validator] Fixed tests for Regex htmlPattern option (instead of html_pattern)

[Validation] tweaked generation of pattern to include .* when not anchors are present. Also removed the exception and made getNonDelimitedPattern private
2012-07-04 13:23:21 -04:00
..
Constraints [Form][Validator] Fixed generation of HTML5 pattern attribute based on Assert\Regex to remove delimiters. 2012-07-04 13:23:21 -04:00
Fixtures [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
Mapping Merge branch '2.0' 2012-04-18 11:42:52 +02:00
bootstrap.php [Components] Tests/Autoloading fixes 2012-05-01 17:51:41 +02:00
ConstraintTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
ConstraintValidatorTest.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
ConstraintViolationListTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
ConstraintViolationTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
ExecutionContextTest.php [Validator] Fix a bug in the ExecutionContext 2012-05-07 10:26:46 +02:00
GlobalExecutionContextTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
GraphWalkerTest.php [Validator] Fixed: @Valid does not recurse the traversal of collections anymore by default 2012-05-22 09:29:53 +02:00
ValidatorContextTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
ValidatorFactoryTest.php [Validator] Change default of ValidatorFactory::buildDefault to exclude annotations 2012-05-15 09:02:29 +02:00
ValidatorTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00