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/Serializer/Tests/Normalizer
Nicolas Grekas 80570e9c69 Merge branch '4.2' into 4.3
* 4.2:
  [FrameworkBundle] [SecurityBundle] Rename internal WebTestCase to avoid confusion
  ignore not existing translator service
  [FrameworkBundle] [SecurityBundle] Rename internal WebTestCase to avoid confusion
  revert private properties handling
  [HttpFoundation] Fix URLs
  [VarDumper] finish PHP 7.4 support and add tests
  [VarDumper] Use \ReflectionReference for determining if a key is a reference (php >= 7.4)
  Ignore missing translation dependency in FrameworkBundle
  Remove dead tests fixtures
  Remove more dead tests fixtures
  Remove dead tests fixtures
  [Debug][ExceptionHandler] Add tests for custom handlers
2019-07-23 13:21:36 +02:00
..
Features [serializer] extract normalizer tests to traits 2019-04-27 17:25:36 +01:00
AbstractNormalizerTest.php Merge branch '4.2' into 4.3 2019-05-20 18:16:12 +02:00
AbstractObjectNormalizerTest.php Merge branch '4.2' into 4.3 2019-07-10 20:43:18 +02:00
ArrayDenormalizerTest.php Use willReturn() instead of will(returnValue()). 2019-05-30 17:47:52 +02:00
ConstraintViolationListNormalizerTest.php Use name converter when normalizing constraint violation list 2019-04-07 14:21:30 +03:00
CustomNormalizerTest.php switched array() to [] 2019-01-16 10:39:14 +01:00
DataUriNormalizerTest.php fixed CS 2019-01-16 19:35:49 +01:00
DateIntervalNormalizerTest.php fixed CS 2019-01-16 21:35:37 +01:00
DateTimeNormalizerTest.php fixed CS 2019-01-16 21:35:37 +01:00
DateTimeZoneNormalizerTest.php [Serializer] Add datetimezone normalizer 2019-04-06 20:42:10 +02:00
GetSetMethodNormalizerTest.php Merge branch '4.2' into 4.3 2019-07-23 13:21:36 +02:00
JsonSerializableNormalizerTest.php Merge branch '3.4' into 4.2 2019-05-30 18:06:08 +02:00
ObjectNormalizerTest.php Merge branch '4.2' into 4.3 2019-05-30 18:10:05 +02:00
ObjectToPopulateTraitTest.php switched array() to [] 2019-01-16 10:39:14 +01:00
PropertyNormalizerTest.php Merge branch '4.2' into 4.3 2019-07-23 13:21:36 +02:00
TestDenormalizer.php switched array() to [] 2019-01-16 10:39:14 +01:00
TestNormalizer.php switched array() to [] 2019-01-16 10:39:14 +01:00