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
Fabien Potencier 07aae98495 [Routing] added support for _scheme requirement
The _scheme requirement can be used to force routes to always match one given scheme
and to always be generated with the given scheme.

So, if _scheme is set to https, URL generation will force an absolute URL if the
current scheme is http. And if you request the URL with http, you will be redirected
to the https URL.
2011-04-20 10:49:32 +02:00
..
BrowserKit Merge remote branch 'brikou/coding_standards' 2011-04-19 14:06:30 +02:00
ClassLoader fixed unit tests (broken by previous commit) 2011-04-19 14:10:41 +02:00
Config removed empty lines/trailing spaces 2011-04-15 21:12:02 +02:00
Console [Console] changed returned value of CommandTester to the command exit code 2011-04-03 22:30:40 +02:00
CssSelector replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
DependencyInjection fixed unit tests (broken by previous commit) 2011-04-19 14:10:41 +02:00
DomCrawler [DomCrawler] fixed various bug with URIs 2011-04-08 17:52:43 +02:00
EventDispatcher [EventDispatcher] refactored the code 2011-03-18 09:01:22 +01:00
Finder [Finder][Windows] Fixed windows tests 2011-03-29 14:32:18 +00:00
Form [Form] updated tests for changes in HttpFoundation 2011-03-17 16:09:12 -07:00
HttpFoundation removed empty lines/trailing spaces 2011-04-15 21:12:02 +02:00
HttpKernel Merge remote branch 'brikou/coding_standards' 2011-04-19 14:06:30 +02:00
Locale Refactoring, replace is_null() wuth null === 2011-04-13 13:56:15 +02:00
Routing [Routing] added support for _scheme requirement 2011-04-20 10:49:32 +02:00
Security removed empty lines/trailing spaces 2011-04-15 21:12:02 +02:00
Serializer removed empty lines/trailing spaces 2011-04-15 21:12:02 +02:00
Templating [Templating] fixed phpdoc a test 2011-04-08 11:24:28 +02:00
Translation replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
Validator [Validator] added test skip if APC is not enabled for the CLI 2011-04-06 04:16:16 -07:00
Yaml replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00