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
Nicolas Grekas 8d4e3c52c0 Merge branch '3.3' into 3.4
* 3.3:
  Have weak_vendors ignore deprecations from outside
  [HttpFoundation] fixed return type of method HeaderBag::get
  [HttpFoundation] Added "resource" type on Request::create docblock
  [Process] Skip environment variables with false value in Process
  Revert "bug #25789  Enableable ArrayNodeDefinition is disabled for empty configuration (kejwmen)"
  Formatting fix in upgrade 3.0 document
  don't split lines on carriage returns when dumping
  Revert "bug #25851 [Validator] Conflict with egulias/email-validator 2.0 (emodric)"
  [DI] compilation perf tweak
  [Validator] Conflict with egulias/email-validator 2.0
  [Validator] add missing parent isset and add test
2018-01-21 20:05:02 +01:00
..
Fixtures [Validator] add class name to the cache key 2016-12-08 16:05:12 +01:00
AbstractComparisonValidatorTestCase.php [Validator] Allow to use a property path to get value to compare in comparison constraints 2017-07-06 20:13:35 +02:00
AbstractConstraintValidatorTest.php Merge branch '2.7' into 2.8 2017-12-31 05:16:51 +01:00
AllTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
AllValidatorTest.php Move Constraint validator test case to Test namespace 2016-06-15 16:32:29 +02:00
BicValidatorTest.php Move Constraint validator test case to Test namespace 2016-06-15 16:32:29 +02:00
BlankValidatorTest.php Move Constraint validator test case to Test namespace 2016-06-15 16:32:29 +02:00
CallbackValidatorTest.php Merge branch '2.8' into 3.2 2017-03-21 14:44:32 -07:00
CardSchemeValidatorTest.php Merge branch '2.8' into 3.3 2018-01-13 15:02:56 +01:00
ChoiceValidatorTest.php fixed a deprecation warning in tests 2016-09-18 21:45:47 -07:00
CollectionTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08: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 Move Constraint validator test case to Test namespace 2016-06-15 16:32:29 +02:00
CompositeTest.php [Validator] Add object handling of invalid constraints in Composite 2017-03-22 12:05:13 -07:00
CountryValidatorTest.php Merge branch '3.1' 2016-11-18 16:17:59 -05: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 Move Constraint validator test case to Test namespace 2016-06-15 16:32:29 +02:00
CurrencyValidatorTest.php Merge branch '3.1' 2016-11-18 16:17:59 -05:00
DateTimeValidatorTest.php Move Constraint validator test case to Test namespace 2016-06-15 16:32:29 +02:00
DateValidatorTest.php Move Constraint validator test case to Test namespace 2016-06-15 16:32:29 +02:00
EmailValidatorTest.php Merge branch '2.8' into 3.2 2017-04-05 23:38:45 +02:00
EqualToValidatorTest.php [Validator] Allow to use a property path to get value to compare in comparison constraints 2017-07-06 20:13:35 +02:00
ExpressionValidatorTest.php Merge branch '2.8' into 3.3 2017-12-04 13:17:10 +01:00
FileTest.php Merge branch '2.7' into 2.8 2018-01-21 20:03:25 +01:00
FileValidatorObjectTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
FileValidatorPathTest.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
FileValidatorTest.php Move Constraint validator test case to Test namespace 2016-06-15 16:32:29 +02:00
GreaterThanOrEqualValidatorTest.php [Validator] Allow to use a property path to get value to compare in comparison constraints 2017-07-06 20:13:35 +02:00
GreaterThanValidatorTest.php [Validator] Allow to use a property path to get value to compare in comparison constraints 2017-07-06 20:13:35 +02:00
GroupSequenceTest.php Refactoring tests. 2017-12-12 05:05:30 -02:00
IbanValidatorTest.php Merge branch '2.8' into 3.3 2017-11-10 11:02:53 -08:00
IdenticalToValidatorTest.php [Validator] Allow to use a property path to get value to compare in comparison constraints 2017-07-06 20:13:35 +02:00
ImageValidatorTest.php add minimum and maximum amount of pixels to Image validator 2017-07-06 11:02:57 +02:00
IpValidatorTest.php Merge branch '3.1' 2016-09-13 13:54:54 +02:00
IsbnValidatorTest.php Move Constraint validator test case to Test namespace 2016-06-15 16:32:29 +02:00
IsFalseValidatorTest.php Move Constraint validator test case to Test namespace 2016-06-15 16:32:29 +02:00
IsNullValidatorTest.php Move Constraint validator test case to Test namespace 2016-06-15 16:32:29 +02:00
IssnValidatorTest.php Move Constraint validator test case to Test namespace 2016-06-15 16:32:29 +02:00
IsTrueValidatorTest.php Move Constraint validator test case to Test namespace 2016-06-15 16:32:29 +02:00
LanguageValidatorTest.php Merge branch '3.1' 2016-11-18 16:17:59 -05:00
LengthValidatorTest.php Move Constraint validator test case to Test namespace 2016-06-15 16:32:29 +02:00
LessThanOrEqualValidatorTest.php [Validator] Allow to use a property path to get value to compare in comparison constraints 2017-07-06 20:13:35 +02:00
LessThanValidatorTest.php [Validator] Allow to use a property path to get value to compare in comparison constraints 2017-07-06 20:13:35 +02:00
LocaleValidatorTest.php Move Constraint validator test case to Test namespace 2016-06-15 16:32:29 +02:00
LuhnValidatorTest.php Move Constraint validator test case to Test namespace 2016-06-15 16:32:29 +02:00
NotBlankValidatorTest.php Move Constraint validator test case to Test namespace 2016-06-15 16:32:29 +02:00
NotEqualToValidatorTest.php [Validator] Allow to use a property path to get value to compare in comparison constraints 2017-07-06 20:13:35 +02:00
NotIdenticalToValidatorTest.php [Validator] Allow to use a property path to get value to compare in comparison constraints 2017-07-06 20:13:35 +02:00
NotNullValidatorTest.php Move Constraint validator test case to Test namespace 2016-06-15 16:32:29 +02:00
RangeValidatorTest.php Merge branch '2.7' into 2.8 2017-06-01 13:52:29 -07:00
RegexTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
RegexValidatorTest.php Move Constraint validator test case to Test namespace 2016-06-15 16:32:29 +02:00
TimeValidatorTest.php support DateTimeInterface instances for times 2016-12-30 11:58:06 +01:00
TypeValidatorTest.php Move Constraint validator test case to Test namespace 2016-06-15 16:32:29 +02:00
UrlValidatorTest.php Merge branch '3.3' into 3.4 2017-10-20 11:48:32 -07:00
UuidValidatorTest.php Merge branch '3.1' 2016-07-05 13:11:18 +02:00
ValidTest.php add groups support to the Valid constraint 2017-07-03 18:47:01 +02:00
ValidValidatorTest.php Fixed the null value exception case. 2017-12-04 02:10:25 +03:00