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 8d69022c04 Merge branch '2.4'
* 2.4:
  Revert PHPUnit version, revert APC configuration
  removed APC on the CLI for Travis as it does not work well with PHPUnit and Composer anyway
  [Security] Replace exception mocks with actual exception instances.
  Remove an unused argument.
  Use `Filesystem::chmod` instead of `chmod` when dumping file
  [Form] Added test for disabling buttons
  [Form] Added check for parent disabled status in Button form elements
  Fixes URL validator to accept single part urls
  tweaked Travis configuration to get more tests running
  fixed float comparison in unit tests for HHVM
  upgraded PHPUnit to version 4 for better HHVM support
  [Process] fixed HHVM usage on the CLI
  Fix class names in ApcUniversalClassLoader tests.
  fixed the profiler when an uncalled listener throws an exception when instantiated
  fixed CS
  Added test case for 4c6a2d15095c13b2a35751b2b2712b183be489c4
  Fixed bug in ChoiceType triggering a warning when not using utf-8
  fixed CS
  Avoid levenshtein comparison when using ContainerBuilder.
2014-04-03 07:23:57 +02:00
..
Fixtures [Validator] improved image validator 2013-08-02 15:39:24 +02:00
AbstractComparisonValidatorTestCase.php convert object to string if possible instead of using var_export directly 2013-09-16 10:05:18 +02:00
AllTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
AllValidatorTest.php [Validator] Optimized use statements 2014-03-30 18:30:09 +02: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 [Validator] Optimized use statements 2014-03-30 18:30:09 +02:00
CardSchemeValidatorTest.php better regexp, more test cases, added comments about each credit card 2013-01-07 22:57:38 +01:00
ChoiceValidatorTest.php fixed CS for lambdas 2013-12-28 08:46:05 +01:00
CollectionTest.php [Validator] Optimized use statements 2014-03-30 18:30:09 +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] Optimized use statements 2014-03-30 18:30:09 +02:00
CountryValidatorTest.php [Validator] Fixed tests under PHP<5.3.9 2014-03-30 18:28:57 +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 [Validator] Fixed tests under PHP<5.3.9 2014-03-30 18:28:57 +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 #1581 - Strict in Email constraint and use of Egulias\EmailValidator 2014-03-27 07:02:30 +01:00
EqualToValidatorTest.php Merge branch '2.3' into 2.4 2014-01-01 09:14:50 +01:00
ExpressionValidatorTest.php [Validator] Renamed Condition to Expression and added possibility to set it onto properties 2013-09-19 12:59:33 +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 [Validator] Optimized use statements 2014-03-30 18:30:09 +02:00
GreaterThanOrEqualValidatorTest.php Ignore null value in comparison validators 2013-07-25 14:05:03 +02:00
GreaterThanValidatorTest.php convert object to string if possible instead of using var_export directly 2013-09-16 10:05:18 +02:00
GroupSequenceTest.php [Validator] Completed GroupSequence implementation 2014-03-30 18:28:54 +02:00
IbanValidatorTest.php Fix IBAN validator 2014-03-19 17:04:05 +01:00
IdenticalToValidatorTest.php Merge branch '2.3' into 2.4 2014-01-01 09:14:50 +01:00
ImageValidatorTest.php removed deps checks in unit tests 2013-08-19 22:44:22 +02:00
IpValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
IsbnValidatorTest.php Improved ISBN validator 2014-03-27 08:46:43 +01:00
IssnValidatorTest.php rundown and typo fix 2014-01-07 07:58:55 -05:00
LanguageValidatorTest.php [Validator] Fixed tests under PHP<5.3.9 2014-03-30 18:28:57 +02:00
LengthValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
LessThanOrEqualValidatorTest.php convert object to string if possible instead of using var_export directly 2013-09-16 10:05:18 +02:00
LessThanValidatorTest.php Merge branch '2.3' into 2.4 2014-01-07 14:28:54 +01:00
LocaleValidatorTest.php [Validator] Improved tests to use the IntlTestHelper class 2013-04-05 10:11:16 +02:00
LuhnValidatorTest.php Force Luhn Validator to only work with strings 2013-11-09 16:57:10 +01:00
NotBlankValidatorTest.php fixed CS 2012-07-09 14:54:20 +02:00
NotEqualToValidatorTest.php Merge branch '2.3' into 2.4 2014-01-01 09:14:50 +01:00
NotIdenticalToValidatorTest.php Merge branch '2.3' into 2.4 2014-01-01 09:14:50 +01: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 Fixes message value for objects 2013-12-27 22:53:58 +01: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 Fixes URL validator to accept single part urls 2014-03-31 10:23:29 +11:00
UuidValidatorTest.php Added new validator for UUIDs 2014-03-26 18:50:25 +01:00
ValidTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00