Skip to content

Commit

Permalink
[Locale] updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksencosta committed Aug 7, 2012
1 parent 6456361 commit d7b6bb3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Symfony/Component/Locale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,13 @@ Resources
You can run the unit tests with the following command:

phpunit

If your PHP have the ``intl`` extension enabled but the intl extension ICU data
version mismatch the one shipped with the component, you can build the data for
it and use the ``USE_INTL_ICU_DATA_VERSION`` environment variable:

export USE_INTL_ICU_DATA_VERSION=true
phpunit

Read the file ``Resources/data/UPDATE.txt`` for more info about building or
updating the ICU data files.

0 comments on commit d7b6bb3

Please sign in to comment.