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
Manuel Kiessling a1317c3437 [Locale][Testing] Fixed breaking tests if 'intl' extension is not installed (#3139)
Symfony\Tests\Component\Locale\LocaleTest->testGetDisplayCountriesReturnsFullListForSubLocale()
fails with a fatal error if the PHP extension 'intl' is not installed on the system.
Added a check which skips the affected tests if the extension is not available.
Fixes #3139
2012-01-17 18:44:55 +01:00
..
BrowserKit [BrowserKit] Added additional unit tests for capital letters in cookies 2011-10-14 20:31:31 +01:00
ClassLoader [ClassLoader] Fixed state when trait_exists doesn't exists 2011-09-25 19:25:50 +02:00
Config removed unused use statements 2011-11-24 07:16:14 +01:00
Console Fix Console tests on windows 2012-01-09 10:04:20 +01:00
CssSelector [DoctrineBridge] fixed some CS 2011-12-13 10:22:12 +01:00
DependencyInjection [DependencyInjection] PhpDumper, fixes #2730 2012-01-06 21:20:08 +01:00
DomCrawler [DoctrineBridge] fixed some CS 2011-12-13 10:22:12 +01:00
EventDispatcher [EventDispatcher] Fix removeSubscriber() to work with priority syntax 2011-08-23 16:41:08 -04:00
Finder [Finder] added a convenience method Finder::create() 2011-06-14 14:18:24 +02:00
Form [Tests] Skip segfaulting form test 2011-12-30 15:36:55 +01:00
HttpFoundation [HttpFoundation] fixed exception message (closes #3123) 2012-01-16 22:09:07 +01:00
HttpKernel [HttpKernel] fixed unit tests that can fail randomly 2011-12-20 20:21:56 +01:00
Locale [Locale][Testing] Fixed breaking tests if 'intl' extension is not installed (#3139) 2012-01-17 18:44:55 +01:00
Process [Process] fixed unit tests on PHP 5.4 2011-12-20 20:16:11 +01:00
Routing removed unused use statements 2011-11-24 07:16:14 +01:00
Security fixed CS 2011-12-18 14:42:59 +01:00
Serializer added several tests to the serializer (mainly for deserialization) 2011-12-11 12:09:53 +01:00
Templating removed unused use statements 2011-10-29 11:56:30 +02:00
Translation Rename test file 2011-12-29 16:30:31 +01:00
Validator fixed CS 2012-01-17 10:56:02 +01:00
Yaml fixed CS 2011-12-18 14:42:59 +01:00