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/Fixtures
Fabien Potencier 72c169e8a1 Merge branch '2.5' into 2.6
* 2.5:
  [2.3] CS And DocBlock Fixes
  [2.3] CS Fixes
  [FrameworkBundle] Fixed Translation loader and update translation command.
  [Console] remove « use » statement for PHP built-in exception classes.
  [SecurityBundle] adds unit tests suite for SecurityDataCollector class.

Conflicts:
	src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php
	src/Symfony/Bundle/SecurityBundle/Tests/DataCollector/SecurityDataCollectorTest.php
	src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
	src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php
	src/Symfony/Component/Form/Form.php
	src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php
	src/Symfony/Component/OptionsResolver/Options.php
	src/Symfony/Component/OptionsResolver/OptionsResolver.php
	src/Symfony/Component/Process/ProcessPipes.php
	src/Symfony/Component/Stopwatch/Stopwatch.php
	src/Symfony/Component/Translation/Loader/XliffFileLoader.php
	src/Symfony/Component/Validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php
2014-12-22 17:44:09 +01:00
..
CallbackClass.php [Validator] Simplified usage of the Callback constraint 2013-09-26 13:52:04 +02:00
ClassConstraint.php fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03:00
ConstraintA.php fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03:00
ConstraintAValidator.php unified return null usages 2014-04-16 09:43:51 +02:00
ConstraintB.php fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03:00
ConstraintC.php fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03:00
ConstraintWithValue.php [Validator] The default option name can now be omitted when defining constraints as annotations 2013-09-10 17:29:20 +02:00
ConstraintWithValueAsDefault.php [Validator] The default option name can now be omitted when defining constraints as annotations 2013-09-10 17:29:20 +02:00
Countable.php [Validator] Backported constraint validator tests from 2.5 2014-08-14 15:44:06 +02:00
CustomArrayObject.php [Validator] Backported constraint validator tests from 2.5 2014-08-14 15:44:06 +02:00
Entity.php Merge branch '2.3' into 2.4 2014-07-24 18:59:59 +02:00
EntityInterface.php fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03:00
EntityParent.php [Validator] Fixed member (getter/property) metadata readers. 2013-03-18 15:05:03 +01:00
FailingConstraint.php fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03:00
FailingConstraintValidator.php unified return null usages 2014-04-16 09:43:51 +02:00
FakeClassMetadata.php [Validator] deprecate member metadata accessors in favor of existing property metadata accessors 2014-08-19 17:31:17 +02:00
FakeMetadataFactory.php [Validator] Optimized use statements 2014-03-30 18:30:09 +02:00
FilesLoader.php fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03:00
GroupSequenceProviderEntity.php [Validator] Refactored ValidatorTest and ValidationVisitorTest into an abstract validator test class 2014-03-30 18:28:53 +02:00
InvalidConstraint.php rundown and typo fix 2014-01-07 07:58:55 -05:00
InvalidConstraintValidator.php rundown and typo fix 2014-01-07 07:58:55 -05:00
LegacyClassMetadata.php [Validator] Improved test coverage of NonRecursiveNodeTraverser 2014-03-30 18:28:58 +02:00
PropertyConstraint.php fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03:00
Reference.php [Validator] Refactored ValidatorTest and ValidationVisitorTest into an abstract validator test class 2014-03-30 18:28:53 +02:00
StubGlobalExecutionContext.php Merge branch '2.3' into 2.5 2014-12-22 17:29:52 +01:00