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 bc4a0e751e [HttpFoundation] fixed Request::create() method
When creating a Request with Request::create(), some information can
come from the URI and the server variable. Until now, it was not clear
which information had precedence over the other and as a matter of fact,
this method was not consistent.

Now, information contained in the URI always take precedence over
information coming from the server array. That makes sense as the server
array is often copied from another existing Request object.
2013-02-07 16:26:12 +01:00
..
File Fixed @expectedException definitions to reference absolute exception paths 2013-01-05 18:52:40 +01:00
Session Merge branch '2.1' 2013-01-17 16:25:59 +01:00
AcceptHeaderItemTest.php [HttpFoundation] Fix AcceptHeader 2012-11-13 17:18:54 +01:00
AcceptHeaderTest.php [HttpFoundation] Fix AcceptHeader 2012-11-13 17:18:54 +01:00
ApacheRequestTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
BinaryFileResponseTest.php made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
CookieTest.php Cookie tests 2012-09-04 18:27:42 +02:00
FileBagTest.php [HttpFoundation] Remove temporary files after tests run 2012-05-28 12:39:57 +05:45
HeaderBagTest.php Merge branch '2.1' 2012-12-11 11:41:51 +01:00
IpUtilsTest.php [HttpFoundation] Move IP check methods to a HttpUtils class for reuse 2012-12-06 16:23:16 +01:00
JsonResponseTest.php JsonResponseTest 2012-09-01 02:56:27 -04:00
ParameterBagTest.php ParameterBag tests 2012-09-11 16:34:01 +02:00
RedirectResponseTest.php RedirectResponse tests 2012-09-01 08:25:20 -04:00
RequestMatcherTest.php Merge branch '2.0' into 2.1 2012-12-11 11:33:11 +01:00
RequestTest.php [HttpFoundation] fixed Request::create() method 2013-02-07 16:26:12 +01:00
ResponseHeaderBagTest.php Map normalized header names to original capitalization 2012-10-05 18:34:13 +08:00
ResponseTest.php [HttpFoundation] fix return types and handling of zero in Response 2013-01-02 22:06:26 +01:00
ServerBagTest.php merged 2.0 2012-06-20 21:33:33 +02:00
StreamedResponseTest.php StreamedResponseTest 2012-09-01 07:57:21 -04:00