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
Fabien Potencier 0d7593c636 Merge branch '2.1' into 2.2
* 2.1:
  sub-requests are now created with the same class as their parent
  [FrameworkBundle] removed BC break
  [FrameworkBundle] changed temp kernel name in cache:clear
  [DoctrineBridge] Avoids blob values to be logged by doctrine
  [Security] use current request attributes to generate redirect url?
  [Validator] fix showing wrong max file size for upload errors
  [TwigBridge] removed double var initialization (refs #7344)
  [2.1][TwigBridge] Fixes Issue #7342 in TwigBridge
  [FrameworkBundle] fixed cahe:clear command's warmup
  [TwigBridge] now enter/leave scope on Twig_Node_Module
  [TwigBridge] fixed fixed scope & trans_default_domain node visitor
  [TwigBridge] fixed non probant tests & added new one
  [BrowserKit] added ability to ignored malformed set-cookie header
  [Translation] removed wriong 'use'
  [Translation] added xliff loader/dumper with resname support
  [TwigBridge] fixes

Conflicts:
	src/Symfony/Bundle/FrameworkBundle/HttpKernel.php
	src/Symfony/Component/Security/Http/HttpUtils.php
	src/Symfony/Component/Translation/Loader/XliffFileLoader.php
	src/Symfony/Component/Translation/Tests/Loader/XliffFileLoaderTest.php
2013-03-15 11:14:31 +01:00
..
Constraints Merge branch '2.1' into 2.2 2013-03-15 11:14:31 +01:00
Fixtures [Validator] fixed broken tests 2013-01-24 11:00:40 +01:00
Mapping [Validator] fixed broken tests 2013-01-24 11:00:40 +01:00
ConstraintTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
ConstraintValidatorTest.php Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01: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 [Validator] Extracted message interpolation logic of ConstraintViolation and used the Translation component for that 2013-01-08 14:43:29 +01:00
ExecutionContextTest.php [Validator] gracefully handle transChoice errors 2013-02-06 12:54:30 -08:00
GraphWalkerTest.php [Validator] fixed broken tests 2013-01-24 11:00:40 +01:00
ValidationVisitorTest.php [Validator] Fixed failing test 2013-01-08 14:59:49 +01:00
ValidatorBuilderTest.php [Validator] fixed broken tests 2013-01-24 11:00:40 +01:00
ValidatorContextTest.php [Validator] fixed broken tests 2013-01-24 11:00:40 +01:00
ValidatorFactoryTest.php [Validator] fixed broken tests 2013-01-24 11:00:40 +01:00
ValidatorTest.php [Validator] Add check for existing metadata on property 2013-02-11 12:11:43 +01:00