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/Constraints
Fabien Potencier 9aff1ec93c Merge branch '2.3' into 2.5
* 2.3:
  [2.3] More cs fixes
  Removed unused imports
  CS fixes
  bumped Symfony version to 2.3.24
  updated VERSION for 2.3.23
  update CONTRIBUTORS for 2.3.23
  updated CHANGELOG for 2.3.23

Conflicts:
	src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php
	src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php
	src/Symfony/Component/HttpKernel/Kernel.php
	src/Symfony/Component/HttpKernel/Tests/Bundle/BundleTest.php
	src/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php
2014-12-04 09:55:19 +01:00
..
Fixtures [Validator] The ratio of the ImageValidator is rounded to two decimals now 2014-09-15 19:37:41 +02:00
AbstractComparisonValidatorTestCase.php Docblock fixes 2014-11-30 13:33:44 +00:00
AbstractConstraintValidatorTest.php Merge branch '2.3' into 2.5 2014-12-02 21:15:53 +01:00
AllTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
AllValidatorTest.php [Validator] Backported constraint validator tests from 2.5 2014-08-14 15:44:06 +02:00
BlankValidatorTest.php Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
CallbackValidatorTest.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
CardSchemeValidatorTest.php Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
ChoiceValidatorTest.php Merge branch '2.3' into 2.5 2014-12-04 09:55:19 +01:00
CollectionTest.php [Validator] Backported constraint validator tests from 2.5 2014-08-14 15:44:06 +02:00
CollectionValidatorArrayObjectTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
CollectionValidatorArrayTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
CollectionValidatorCustomArrayObjectTest.php [Validator] Backported constraint validator tests from 2.5 2014-08-14 15:44:06 +02:00
CollectionValidatorTest.php Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
CountryValidatorTest.php Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
CountValidatorArrayTest.php [Validator] Removed MinCount and MaxCount and replaced them by the constraint Count 2012-07-11 19:47:53 +02:00
CountValidatorCountableTest.php [Validator] Backported constraint validator tests from 2.5 2014-08-14 15:44:06 +02:00
CountValidatorTest.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
CurrencyValidatorTest.php Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
DateTimeValidatorTest.php Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
DateValidatorTest.php Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
EmailValidatorTest.php Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
EqualToValidatorTest.php Merge branch '2.4' into 2.5 2014-08-14 18:10:54 +02:00
ExpressionValidatorTest.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
FalseValidatorTest.php Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
FileValidatorObjectTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
FileValidatorPathTest.php [Validator] Simplified testing of violations 2014-09-25 11:17:44 +02:00
FileValidatorTest.php Merge branch '2.3' into 2.5 2014-10-26 08:41:27 +01:00
GreaterThanOrEqualValidatorTest.php Merge branch '2.4' into 2.5 2014-09-22 11:14:18 +02:00
GreaterThanValidatorTest.php Merge branch '2.4' into 2.5 2014-09-22 11:14:18 +02:00
GroupSequenceTest.php [Validator] Backported constraint validator tests from 2.5 2014-08-14 15:44:06 +02:00
IbanValidatorTest.php Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
IdenticalToValidatorTest.php Merge branch '2.4' into 2.5 2014-08-14 18:10:54 +02:00
ImageValidatorTest.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
IpValidatorTest.php Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
IsbnValidatorTest.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
IssnValidatorTest.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
LanguageValidatorTest.php Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
LegacyAllValidator2Dot4ApiTest.php [Validator] Removed legacy validator classes 2014-08-06 15:23:29 +02:00
LegacyAllValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyBlankValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyBlankValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyCallbackValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyCallbackValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyCardSchemeValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyCardSchemeValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyChoiceValidator2Dot4ApiTest.php [Validator] Removed legacy validator classes 2014-08-06 15:23:29 +02:00
LegacyChoiceValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyCollectionValidatorArray2Dot4ApiTest.php [Validator] Removed legacy validator classes 2014-08-06 15:23:29 +02:00
LegacyCollectionValidatorArrayLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyCollectionValidatorArrayObject2Dot4ApiTest.php [Validator] Removed legacy validator classes 2014-08-06 15:23:29 +02:00
LegacyCollectionValidatorArrayObjectLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyCollectionValidatorCustomArrayObject2Dot4ApiTest.php [Validator] Removed legacy validator classes 2014-08-06 15:23:29 +02:00
LegacyCollectionValidatorCustomArrayObjectLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyCountValidatorArray2Dot4ApiTest.php [Validator] Removed legacy validator classes 2014-08-06 15:23:29 +02:00
LegacyCountValidatorArrayLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyCountValidatorCountable2Dot4ApiTest.php [Validator] Removed legacy validator classes 2014-08-06 15:23:29 +02:00
LegacyCountValidatorCountableLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyCurrencyValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyCurrencyValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyDateTimeValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyDateTimeValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyDateValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyDateValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyEmailValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyEmailValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyEqualToValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyEqualToValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyExpressionValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyExpressionValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyFalseValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyFalseValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyFileValidatorObject2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyFileValidatorObjectLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyFileValidatorPath2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyFileValidatorPathLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyGreaterThanOrEqualValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyGreaterThanOrEqualValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyGreaterThanValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyGreaterThanValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyIbanValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyIbanValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyIdenticalToValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyIdenticalToValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyImageValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyImageValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyIpValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyIpValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyIsbnValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyIsbnValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyIssnValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyIssnValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyLanguageValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyLanguageValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyLengthValidator2Dot4ApiTest.php [Validator] Removed legacy validator classes 2014-08-06 15:23:29 +02:00
LegacyLengthValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyLessThanOrEqualValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyLessThanOrEqualValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyLessThanValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyLessThanValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyLocaleValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyLocaleValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyLuhnValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyLuhnValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyNotBlankValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyNotBlankValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyNotEqualToValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyNotEqualToValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyNotIdenticalToValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyNotIdenticalToValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyNotNullValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyNotNullValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyNullValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyNullValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyRangeValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyRangeValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyRegexValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyRegexValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyTimeValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyTimeValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyTrueValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyTrueValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyTypeValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyTypeValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyUrlValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyUrlValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyUuidValidator2Dot4ApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LegacyUuidValidatorLegacyApiTest.php [Validator] Added extensive test coverage for the constraint validators for the different APIs 2014-07-28 15:52:58 +02:00
LengthValidatorTest.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
LessThanOrEqualValidatorTest.php Merge branch '2.4' into 2.5 2014-09-22 11:14:18 +02:00
LessThanValidatorTest.php Merge branch '2.4' into 2.5 2014-08-14 18:10:54 +02:00
LocaleValidatorTest.php Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
LuhnValidatorTest.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
NotBlankValidatorTest.php Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
NotEqualToValidatorTest.php Merge branch '2.4' into 2.5 2014-08-14 18:10:54 +02:00
NotIdenticalToValidatorTest.php Merge branch '2.4' into 2.5 2014-08-14 18:10:54 +02:00
NotNullValidatorTest.php Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
NullValidatorTest.php Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
RangeValidatorTest.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
RegexTest.php [Validator] Fixed Regex::getHtmlPattern() to work with complex and negated patterns 2014-10-20 12:47:44 +02:00
RegexValidatorTest.php Merge branch '2.3' into 2.5 2014-11-03 04:54:42 +01:00
TimeValidatorTest.php Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
TrueValidatorTest.php Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
TypeValidatorTest.php Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
UrlValidatorTest.php Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
UuidValidatorTest.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
ValidTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00