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 ecdd681898 Merge branch '2.7' into 2.8
* 2.7:
  Fix undefined array $server
  Fix bug in windows detection
  [ProxyManager] Tmp fix composer reqs issue in ZF
  Add missing exclusions from phpunit.xml.dist
  [Serializer] ObjectNormalizer: don't serialize static methods and props
  Fix the server variables in the router_*.php files
  [Validator] Allow an empty path with a non empty fragment or a query
  The following change adds support for Armenian pluralization.
  [2.3][Process] fix Proccess run with pts enabled

Conflicts:
	composer.json
	src/Symfony/Bridge/ProxyManager/composer.json
	src/Symfony/Component/Security/phpunit.xml.dist
2015-11-18 14:45:00 +01:00
..
ArrayDenormalizerTest.php Support for array denormalization. 2015-05-26 22:25:23 +02:00
CustomNormalizerTest.php [Serializer] Refactoring of metadata 2015-03-06 11:33:18 +01:00
GetSetMethodNormalizerTest.php [Serializer] GetSetNormalizer shouldn't set/get static methods 2015-11-04 15:11:04 +08:00
ObjectNormalizerTest.php [Serializer] ObjectNormalizer: don't serialize static methods and props 2015-11-17 20:34:27 +01:00
PropertyNormalizerTest.php [Serializer] PropertyNormalizer shouldn't set static properties 2015-11-04 15:01:32 +08:00
TestDenormalizer.php fix phpdoc's alignment 2014-12-07 19:24:30 +01:00
TestNormalizer.php fix phpdoc's alignment 2014-12-07 19:24:30 +01:00