mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-27 19:32:18 -05:00
.. | ||
Resources/data | ||
Tests | ||
.gitignore | ||
composer.json | ||
IcuCurrencyBundle.php | ||
IcuData.php | ||
IcuLanguageBundle.php | ||
IcuLocaleBundle.php | ||
IcuRegionBundle.php | ||
LICENSE | ||
phpunit.xml.dist | ||
README.md |
Icu Component
Contains data of the ICU library in a specific version.
You should not directly use this component. Use it through the API of the [Intl component] 1 instead.
Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Icu/
$ composer.phar install --dev
$ phpunit