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/HttpFoundation/Tests
Fabien Potencier 1376b4becd Merge branch '3.3' into 3.4
* 3.3: (22 commits)
  [Routing] Fix resource miss
  [Security] Fixed auth provider authenticate() cannot return void
  declare argument type
  [FrameworkBundle][Serializer] Move normalizer/encoders definitions to xml file & remove unnecessary checks
  streamed response should return $this
  $isClientIpsVali is not used
  content can be a resource
  Adding the Form default theme files to be warmed up in Twig's cache
  Remove BC Break label from `NullDumper` class
  Username and password in basic auth are allowed to contain '.'
  Remove obsolete PHPDoc from UriSigner
  [Serializer] YamlEncoder: throw if the Yaml component isn't installed
  [Serializer] ObjectNormalizer: throw if PropertyAccess isn't installed
  [PropertyInfo] Add support for the iterable type
  pdo session fix
  Fixed pathinfo calculation for requests starting with a question mark.  - fix bad conflict resolving issue  - port symfony/symfony#21968 to 3.3+
  Fixed unsetting from loosely equal keys OrderedHashMap
  add DOMElement as return type in Crawler::getIterator to support foreach support in ide
  Fixed mistake in exception expectation
  [Debug] Fix same vendor detection in class loader
  ...
2017-10-20 11:48:32 -07:00
..
File [CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method, semicolon_after_instruction 2017-09-15 11:46:57 +02:00
schema [HttpFoundation] Store IANA's RNG files in the repository 2017-04-13 21:16:53 +02:00
Session [HttpFoundation] Make sessions secure and lazy 2017-10-17 00:24:46 +02:00
AcceptHeaderItemTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
AcceptHeaderTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
ApacheRequestTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
BinaryFileResponseTest.php Merge branch '2.8' into 3.3 2017-08-06 15:42:17 +02:00
CookieTest.php Merge branch '3.2' into 3.3 2017-07-21 13:04:46 +02:00
ExpressionRequestMatcherTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
FileBagTest.php [HttpFoundation] Fix file upload multiple with no files 2017-09-14 14:29:10 +02:00
HeaderBagTest.php Merge branch '2.8' into 3.2 2017-02-18 18:28:00 +01:00
IpUtilsTest.php never match invalid IP addresses 2017-10-10 10:04:23 +02:00
JsonResponseTest.php Merge branch '2.8' into 3.3 2017-09-06 18:40:18 +02:00
ParameterBagTest.php Merge branch '2.8' into 3.2 2017-02-18 18:28:00 +01:00
RedirectResponseTest.php Merge branch '2.8' into 3.2 2017-02-18 18:28:00 +01:00
RequestMatcherTest.php fix some risky tests 2017-04-04 16:55:33 +02:00
RequestStackTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
RequestTest.php Merge branch '3.3' into 3.4 2017-10-20 11:48:32 -07:00
ResponseHeaderBagTest.php Merge branch '3.3' into 3.4 2017-10-10 12:38:39 +02:00
ResponseTest.php Added support for the immutable directive in the cache-control header 2017-06-17 09:49:15 +02:00
ResponseTestCase.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
ServerBagTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
StreamedResponseTest.php Merge branch '2.8' into 3.3 2017-10-20 11:30:21 -07:00