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/tests/Symfony/Tests/Component/HttpFoundation
Fabien Potencier d6cbbdd26c merged branch meckhardt/create-request-with-empty-path (PR #1736)
Commits
-------

95011ce [HttpFoundation] Fixed creation of requests without a path.

Discussion
----------

[HttpFoundation] Fixed creation of requests without a path.

Providing urls with no path led to php warning that the index 'path' is
not set. This patch initializes 'path' if no path is set.
2011-07-19 11:52:50 +02:00
..
File [Validator] Consider the ini directive 'upload_max_filesize' while validating an uploaded file (fixes GH-1441) 2011-07-05 20:05:50 +02:00
SessionStorage Increase code coverage for: YamlParser, Validators, PhpEngine + Helpers, HttpFoundation 2011-06-16 11:43:27 +02:00
ApacheRequestTest.php [HttpFoundation] fixed ApacheRequest, added tests 2011-03-16 06:13:01 -07:00
CookieTest.php fixed CS 2011-06-08 19:56:59 +02:00
FileBagTest.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
HeaderBagTest.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
ParameterBagTest.php fixed CS 2011-06-08 19:56:59 +02:00
RequestMatcherTest.php Thrown a \RuntimeException in RequestMatcher::checkIp6() if PHP is compiled with the option "disable-ipv6" 2011-07-15 10:28:46 +02:00
RequestTest.php [HttpFoundation] Fixed creation of requests without a path. 2011-07-19 10:54:21 +02:00
ResponseHeaderBagTest.php Added the possibility to set cookies with the same name for different domains and paths for Symfony\Component\HttpFoundation\ResponseHeaderBag 2011-07-11 23:03:26 +02:00
ResponseTest.php [HttpFoundation] fixed unit test for previous merge 2011-07-11 11:02:30 +02:00
ServerBagTest.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
SessionTest.php updated some missing references 2011-07-15 18:03:17 +02:00