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 05815adb22 Merge branch '2.5'
* 2.5:
  added missing use statements
  added missing use statement
  added missing use statement
  fixed CS
  [Process] fixed some volatile tests
  [HttpKernel] fixed a volatile test
  [HttpFoundation] fixed some volatile tests
  [Tests] PHPUnit Optimizations
  Use getPathname() instead of string casting to get BinaryFileReponse file path

Conflicts:
	src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php
	src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/full.php
	src/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php
	src/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php
	src/Symfony/Component/Process/Process.php
	src/Symfony/Component/Stopwatch/Stopwatch.php
	src/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php
	src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorTest.php
	src/Symfony/Component/Yaml/Parser.php
	src/Symfony/Component/Yaml/Tests/InlineTest.php
2014-09-22 13:59:59 +02: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.4' into 2.5 2014-09-22 11:14:18 +02:00