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/PropertyAccess/Tests/Fixtures
Fabien Potencier e8895ad102 Merge branch '2.8' into 3.1
* 2.8:
  always check for all fields to be mapped
  clarify exception when no args are configured
  [PropertyAccess] Handle interfaces in the invalid argument exception
  [DI] Fix defaults overriding empty strings in AutowirePass
  [Debug] Workaround "null" $context
  [Debug] Remove $context arg from handleError(), preparing for PHP 7.2
  [Routing] Fix BC break in AnnotationClassLoader defaults attributes handling
  Fix tests with ICU 57.1
  Fix the condition checking the minimum ICU version
2017-01-27 16:04:57 -08:00
..
NonTraversableArrayObject.php [PropertyAccess] Fixed getValue() when accessing non-existing indices of ArrayAccess implementations 2014-05-21 15:18:38 +02:00
TestClass.php [PropertyAccess] Throw an InvalidArgumentException when the type do not match 2016-02-26 07:20:38 +01:00
TestClassIsWritable.php fixes CS 2015-08-24 09:13:45 +02:00
TestClassMagicCall.php unified return null usages 2014-04-18 22:40:52 +02:00
TestClassMagicGet.php [PropertyAccess] Fix setting public property on a class having a magic getter 2015-05-11 17:09:39 +02:00
TestClassSetValue.php fixes CS 2015-08-24 09:13:45 +02:00
Ticket5775Object.php [PropertyAccess] Added test to verify #5775 is fixed 2014-12-12 23:14:04 +01:00
TraversableArrayObject.php [PropertyAccess] Fixed getValue() when accessing non-existing indices of ArrayAccess implementations 2014-05-21 15:18:38 +02:00
TypeHinted.php [PropertyAccess] Handle interfaces in the invalid argument exception 2017-01-25 07:13:54 -08:00