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
Christian Flothmann 367ed3ce85 compare version using PHP_VERSION_ID
To let opcode caches optimize cached code, the `PHP_VERSION_ID`
constant is used to detect the current PHP version instead of calling
`version_compare()` with `PHP_VERSION`.
2014-11-17 17:27:42 +01:00
..
File fixes PSR-0 issues in tests 2013-12-30 22:13:42 +01:00
Session compare version using PHP_VERSION_ID 2014-11-17 17:27:42 +01:00
AcceptHeaderItemTest.php fixed CS 2014-09-22 10:32:35 +02:00
AcceptHeaderTest.php [HttpFoundation] Fix AcceptHeader 2012-11-13 17:18:54 +01:00
ApacheRequestTest.php Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
BinaryFileResponseTest.php fixed CS 2014-09-22 10:32:35 +02:00
CookieTest.php Merge branch '2.2' into 2.3 2013-11-25 15:49:41 +01:00
FileBagTest.php fixed CS 2014-09-22 10:32:35 +02:00
HeaderBagTest.php Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
IpUtilsTest.php [HttpFoundation] refactored code to avoid code duplication 2013-04-20 17:49:57 +02:00
JsonResponseTest.php [HttpFoundation] Fix to prevent magic bytes injection in JSONP responses (Prevents CVE-2014-4671) 2014-07-10 09:27:11 -04:00
ParameterBagTest.php Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
RedirectResponseTest.php RedirectResponse tests 2012-09-01 08:25:20 -04:00
RequestMatcherTest.php fixed CS 2014-09-22 10:32:35 +02:00
RequestTest.php Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
ResponseHeaderBagTest.php fixed CS 2014-09-22 10:32:35 +02:00
ResponseTest.php Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
ResponseTestCase.php added missing license blocks 2013-04-22 06:29:54 +02:00
ServerBagTest.php fixed CS 2014-09-22 10:32:35 +02:00
StreamedResponseTest.php StreamedResponseTest 2012-09-01 07:57:21 -04:00