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
Nicolas Grekas d0b98018b9 Merge branch '2.8'
* 2.8:
  [EventDispatcher] make listeners removable from an executed listener
  [2.7][DoctrineBridge] change Logger interface in tests to use Psr\\Log\\LoggerInterface instead of Symfony\\Component\\HttpKernel\\Log\\LoggerInterface"
  [HttpFoundation] Fix volatile MongoDbSessionHandlerTest::testRead()
  bumped Symfony version to 2.7.0
  updated VERSION for 2.7.0-BETA2
  updated CHANGELOG for 2.7.0-BETA2
  Fixed compatibility with PHP7 and up by introducing new constraints (IsNull, IsTrue, IsFalse) and related validators (IsNullValidator, IsTrueValidator, IsFalseValidator)
  [Console] SymfonyStyle: fix block rpadding when escaping '<'
  [Console] fix code style

Conflicts:
	CHANGELOG-2.7.md
	src/Symfony/Component/Form/composer.json
2015-05-15 13:20:12 +02:00
..
Constraints Merge branch '2.8' 2015-05-15 13:20:12 +02:00
Fixtures Merge branch '2.6' into 2.7 2015-05-15 11:56:16 +02:00
Mapping Merge branch '2.8' 2015-05-15 13:20:12 +02:00
Util [Validator] Property paths starting with 0 are broken. 2015-05-05 03:29:27 +02:00
Validator Merge branch 'legacy27' into legacy-master 2015-03-13 19:00:11 +01:00
ConstraintTest.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
ConstraintViolationListTest.php [Validator] Extracted message interpolation logic of ConstraintViolation and used the Translation component for that 2013-01-08 14:43:29 +01:00
ConstraintViolationTest.php CS: unalign => 2015-04-21 22:51:01 +02:00
LegacyExecutionContextTest.php [2.6] add @group legacy 2015-03-13 18:37:22 +01:00
LegacyValidatorTest.php [2.7] add @group legacy 2015-03-13 18:50:01 +01:00
ValidatorBuilderTest.php [Validator] deprecated API version 2015-03-22 16:22:03 +01:00