Files
wallabag/vendor/symfony/icu/Symfony/Component/Icu/README.md

19 lines
394 B
Markdown
Raw Normal View History

2013-08-03 19:26:54 +02:00
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
[1]: https://github.com/symfony/Intl