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
Bernhard Schussek c9c8b5c98e [Form] Improved test coverage of MonthChoiceList and fixed timezone used in it. Fixes https://github.com/symfony/symfony/pull/433
Based on dfb93b1bcebf1f34d3a880d00f36acb2bcca0f08:

[FORM] Fixed DateField Month Choices

The month choices were calculated using the current day of the month with
gmmktime rather than the 1st of the month. Additionally, this provides a
UTC timestamp which is passed to the formatter (IntlDateFormatter) which
converts the timestamp using the current timezone. This means that the UTC
timestamp for 1st March was being converted for my timezone (EST) and giving
a date of 28th February, leading to Feb appearing again in the popup form
instead of Mar.
2011-04-15 12:26:07 +02:00
..
BrowserKit [BrowserKit] tagged the guaranteed BC API 2011-03-24 09:25:46 +01:00
ClassLoader replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
Config [Config] simplified DirectoryResource to only allow one regex 2011-04-01 04:56:50 -07: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 updated tests (aka removed exceptions handling) 2011-04-13 11:36:42 +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] Improved test coverage of MonthChoiceList and fixed timezone used in it. Fixes https://github.com/symfony/symfony/pull/433 2011-04-15 12:26:07 +02:00
HttpFoundation Merge remote branch 'hhamon/shared_maxage_fix' 2011-04-13 23:24:31 +02:00
HttpKernel [HttpKernel] added support for cookies in Client 2011-04-13 20:25:35 +02:00
Locale Refactoring, replace is_null() wuth null === 2011-04-13 13:56:15 +02:00
Routing [Routing] decoupled Routing from FrameworkBundle 2011-04-05 15:21:32 +02:00
Security [HttpFoundation] renamed Cookie::getExpire() to getExpiresTime() to be consistent with the DomCrawler component 2011-04-13 20:10:39 +02:00
Serializer [Serializer] Using DOMElement instead of SimpleXmlElement in XmlEncoder to permit some behavior 2011-04-12 00:58:21 +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