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/src/Symfony/Component/Intl/Tests/Collator
Christophe Coevoet d6db6ad7f7 Fix the handling of null as locale in the stub intl classes
The Intl extension accepts null as locale in formatters and the
collator and will use the default locale in such case. Given that the
stub implementation considers that the default locale is always 'en', it
should be supported here too instead of forcing libraries to pass the
default locale explicitly.
2015-07-30 14:20:01 +02:00
..
Verification CS: general fixes 2015-03-25 00:47:08 +01:00
AbstractCollatorTest.php CS: general fixes 2015-03-25 00:47:08 +01:00
CollatorTest.php Fix the handling of null as locale in the stub intl classes 2015-07-30 14:20:01 +02:00