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
Ryan Weaver 739ebf92f5 [Routing] Changing the _method route requirement to be a regular expression so that it's consistent with all other requirements.
Unlike all other requirements, the _method regex requirement is case-insensitive.
2010-11-27 11:48:57 +01:00
..
BrowserKit renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
Console made some method name changes to have a better coherence throughout the framework 2010-11-25 17:30:06 +01:00
CssSelector renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
DependencyInjection [DependencyInjection] fixed tests to catch exception classes instead of asserting them 2010-11-26 22:39:51 +01:00
DomCrawler made some method name changes to have a better coherence throughout the framework 2010-11-25 17:30:06 +01:00
EventDispatcher made some method name changes to have a better coherence throughout the framework 2010-11-25 17:30:06 +01:00
Finder [Finder] Fixed tests on windows 2010-11-18 06:59:05 +01:00
Form moved static Form configuration to a new class (avoid loading 7 classes just to enable CSRF -- even when no form is present in the page) 2010-11-26 17:44:17 +01:00
HttpFoundation [HttpFoundation] Fixed class Request to convert empty files to NULL 2010-11-23 06:51:17 +01:00
HttpKernel made some method name changes to have a better coherence throughout the framework 2010-11-25 17:30:06 +01:00
Routing [Routing] Changing the _method route requirement to be a regular expression so that it's consistent with all other requirements. 2010-11-27 11:48:57 +01:00
Security made some method name changes to have a better coherence throughout the framework 2010-11-25 17:30:06 +01:00
Templating renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
Translation made some method name changes to have a better coherence throughout the framework 2010-11-25 17:30:06 +01:00
Validator [Validator] Group sequences must now always contain the group "<ClassName>" and never the group "Default" since that group is redefined by the group sequence 2010-11-19 07:11:26 +01:00
Yaml renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00