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 eb0ffaaee7 bug #21115 [Validator] do not guess getter method names (xabbuh)
This PR was merged into the 2.7 branch.

Discussion
----------

[Validator] do not guess getter method names

| Q             | A
| ------------- | ---
| Branch?       | 2.7
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #5219, #18700
| License       | MIT
| Doc PR        | TODO

Commits
-------

bd3a90a0c3 [Validator] do not guess getter method names
2017-02-19 14:49:47 -08: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 [Validator] do not guess getter method names 2017-01-07 09:40:27 +01:00
EntityInterfaceA.php Fix #19943 Make sure to process each interface metadata only once 2016-09-28 18:39:11 -04:00
EntityInterfaceB.php Fix #19943 Make sure to process each interface metadata only once 2016-09-28 18:39:11 -04:00
EntityParent.php Fix #19943 Make sure to process each interface metadata only once 2016-09-28 18:39:11 -04:00
EntityParentInterface.php Fix #19943 Make sure to process each interface metadata only once 2016-09-28 18:39:11 -04:00
EntityStaticCar.php added test for staticClassLoader in LazyLoadingMetadatafactory 2017-02-13 18:37:45 +01:00
EntityStaticCarTurbo.php added test for staticClassLoader in LazyLoadingMetadatafactory 2017-02-13 18:37:45 +01:00
EntityStaticVehicle.php added test for staticClassLoader in LazyLoadingMetadatafactory 2017-02-13 18:37:45 +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 CS: Pre incrementation/decrementation should be used if possible 2015-04-07 19:54:22 +02: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 removed @since 2016-07-04 07:27:33 +02:00