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 27e8c654db Merge branch '2.3' into 2.4
* 2.3:
  fixed CS
  [Process] fixed some volatile tests
  [HttpKernel] fixed a volatile test
  [HttpFoundation] fixed some volatile tests
  Use getPathname() instead of string casting to get BinaryFileReponse file path

Conflicts:
	src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php
	src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php
	src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php
	src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
	src/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php
	src/Symfony/Component/Config/Definition/ReferenceDumper.php
	src/Symfony/Component/Config/Tests/Definition/Dumper/YamlReferenceDumperTest.php
	src/Symfony/Component/Console/Application.php
	src/Symfony/Component/Console/Tests/ApplicationTest.php
	src/Symfony/Component/Filesystem/Exception/IOException.php
	src/Symfony/Component/Form/Extension/Templating/TemplatingExtension.php
	src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/NumberToLocalizedStringTransformerTest.php
	src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php
	src/Symfony/Component/HttpKernel/Tests/Bundle/BundleTest.php
	src/Symfony/Component/HttpKernel/Tests/Fragment/RoutableFragmentRendererTest.php
	src/Symfony/Component/HttpKernel/Tests/Profiler/Mock/RedisMock.php
	src/Symfony/Component/Intl/NumberFormatter/NumberFormatter.php
	src/Symfony/Component/PropertyAccess/PropertyAccessor.php
	src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorCollectionTest.php
	src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php
	src/Symfony/Component/Routing/Matcher/Dumper/ApacheMatcherDumper.php
	src/Symfony/Component/Routing/Tests/Annotation/RouteTest.php
	src/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php
	src/Symfony/Component/Serializer/Encoder/XmlEncoder.php
	src/Symfony/Component/Validator/Constraints/CollectionValidator.php
	src/Symfony/Component/Validator/Tests/ExecutionContextTest.php
2014-09-22 10:51:05 +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
FakeMetadataFactory.php Enforce sprintf for exceptions 2013-04-11 08:50:46 +02:00
FilesLoader.php fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03:00
GroupSequenceProviderEntity.php fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03: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
PropertyConstraint.php fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03:00
Reference.php fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03:00
StubGlobalExecutionContext.php fixed CS 2014-09-22 10:32:35 +02:00