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
dened c4da2d9892 [HttpFoundation] getClientIp is fixed.
The getClientIp now returns ip of the earliest server in a proxy chain when all the servers in the chain are trusted proxies. Before this patch the getClientIp used to return null at such condition.
Some appropriate tests are added.
2013-03-25 11:05:20 +04:00
..
File added missing tests from previous merge 2012-11-08 18:03:02 +01:00
Session Removed underscores from test method names to be consistent with other components. 2013-01-11 00:31:43 +00:00
ApacheRequestTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
bootstrap.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
CookieTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
FileBagTest.php [HttpFoundation] Remove temporary files after tests run 2012-05-28 12:39:57 +05:45
HeaderBagTest.php Fixed: HeaderBag::parseCacheControl() not parsing quoted zero correctly 2012-12-10 13:41:09 +01:00
JsonResponseTest.php JsonResponseTest 2012-09-01 02:56:27 -04:00
ParameterBagTest.php fixed CS 2012-07-09 14:54:20 +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] getClientIp is fixed. 2013-03-25 11:05:20 +04:00
ResponseHeaderBagTest.php ResponseHeaderBag tests 2012-09-01 07:18:47 -04:00
ResponseTest.php [HttpFoundation] Remove Cache-Control when using https download via IE<9 (fixes #6750) 2013-02-22 19:02:22 +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