Julio Montoya 224a0e666e Updating vendors | há 11 anos atrás | |
---|---|---|
.. | ||
Resources | há 11 anos atrás | |
Tests | há 11 anos atrás | |
IcuCurrencyBundle.php | há 11 anos atrás | |
IcuData.php | há 11 anos atrás | |
IcuLanguageBundle.php | há 11 anos atrás | |
IcuLocaleBundle.php | há 11 anos atrás | |
IcuRegionBundle.php | há 11 anos atrás | |
LICENSE | há 11 anos atrás | |
README.md | há 11 anos atrás | |
composer.json | há 11 anos atrás | |
phpunit.xml.dist | há 11 anos atrás |
Contains data of the ICU library.
The bundled resource files have the resource bundle format version 2.*, which can be read using ICU 4.4 and later. Compatibility can be tested with the test-compat.php script bundled in the Intl component:
php path/to/Symfony/Component/Intl/Resources/bin/test-compat.php
You should not directly use this component. Use it through the API of the Intl component instead.
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Icu/
$ composer.phar install --dev
$ phpunit