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 a67f5d03d1 Merge branch '2.3'
* 2.3:
  [Process] Revert change
  [Process] Fix #8746 : slowness added in unit tests since #8741
  [Process] Fix #8742 : Signal-terminated processes are not successful
  corrected English grammar (s/does not exists/does not exist)
  [Process] Add more precision to Process::stop timeout
  [Process] Avoid zombie process in case of unit tests failure
  [Process] Fix #8739
  [Process] Add failing test for #8739
  [Process] Fix CS
  [TwigBridge] removed superflous ; when rendering form_enctype() (closes #8660)
  Fixed documentation grammar for AuthenticationManagerInterface::authenticate()
  [Validator] fixed the wrong isAbstract() check against the class (fixed #8589)
  [TwigBridge] Prevent code extension to display warning
  Fix internal sub-request creation
  [FrameworkBundle] made code more generic
  [Form] Moved auto_initialize option to the BaseType
  Use strstr instead of strpos
  Make sure ContextErrorException is loaded during compile time errors
  Fix empty process argument escaping on Windows
  Ignore null value in comparison validators

Conflicts:
	src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php
	src/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php
	src/Symfony/Component/Process/Process.php
2013-08-14 15:08:25 +02:00
..
Fixtures [Validator] improved image validator 2013-08-02 15:39:24 +02:00
AbstractComparisonValidatorTestCase.php [Validator] Added comparison validators. 2013-04-29 22:43:20 +10:00
AllTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
AllValidatorTest.php Remove custom error handler for deprecations 2013-01-16 00:14:35 +01:00
BlankValidatorTest.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
CallbackValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
CardSchemeValidatorTest.php better regexp, more test cases, added comments about each credit card 2013-01-07 22:57:38 +01:00
ChoiceValidatorTest.php Fix a deprecated method call in the tests 2013-02-01 14:27:32 +01:00
CollectionTest.php Merge branch '2.2' into 2.3 2013-07-21 22:18:49 +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 moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
CollectionValidatorTest.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
CountryValidatorTest.php [Validator] Improved tests to use the IntlTestHelper class 2013-04-05 10:11:16 +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] Removed MinCount and MaxCount and replaced them by the constraint Count 2012-07-11 19:47:53 +02:00
CountValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
CurrencyValidatorTest.php Added currency form type and validator 2013-04-23 06:57:28 +02:00
DateTimeValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
DateValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
EmailValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
EqualToValidatorTest.php Ignore null value in comparison validators 2013-07-25 14:05:03 +02:00
FalseValidatorTest.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +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] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
FileValidatorTest.php [CS Fix] Consistent coding-style of concatenation operator usage 2013-04-02 10:39:57 +01:00
GreaterThanOrEqualValidatorTest.php Ignore null value in comparison validators 2013-07-25 14:05:03 +02:00
GreaterThanValidatorTest.php Ignore null value in comparison validators 2013-07-25 14:05:03 +02:00
IbanValidatorTest.php [Validator] fixed CS 2013-04-20 15:26:53 +02:00
IdenticalToValidatorTest.php Ignore null value in comparison validators 2013-07-25 14:05:03 +02:00
ImageValidatorTest.php [Validator] improved image validator 2013-08-02 15:39:24 +02:00
IpValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
IsbnValidatorTest.php fixed CS 2013-07-01 14:24:43 +02:00
IssnValidatorTest.php [Validator] Rename issn constraint message option to be consistent with all constraints having a single message option 2013-04-28 18:50:39 +02:00
LanguageValidatorTest.php [Validator] Improved tests to use the IntlTestHelper class 2013-04-05 10:11:16 +02:00
LengthValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
LessThanOrEqualValidatorTest.php Ignore null value in comparison validators 2013-07-25 14:05:03 +02:00
LessThanValidatorTest.php Ignore null value in comparison validators 2013-07-25 14:05:03 +02:00
LocaleValidatorTest.php [Validator] Improved tests to use the IntlTestHelper class 2013-04-05 10:11:16 +02:00
LuhnValidatorTest.php covers edge case for Luhn 2013-01-06 22:18:36 +01:00
NotBlankValidatorTest.php fixed CS 2012-07-09 14:54:20 +02:00
NotEqualToValidatorTest.php Ignore null value in comparison validators 2013-07-25 14:05:03 +02:00
NotIdenticalToValidatorTest.php Ignore null value in comparison validators 2013-07-25 14:05:03 +02:00
NotNullValidatorTest.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
NullValidatorTest.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
RangeValidatorTest.php [Validator] Deprecated the constraints Min and Max in favor of Range 2012-07-11 19:48:02 +02:00
RegexValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
TimeValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
TrueValidatorTest.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
TypeValidatorTest.php [Validator] Added missing assertion 2012-04-25 16:05:39 +02:00
UrlValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
ValidTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00