-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
It should be negative? #1253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It should be negative? #1253
Conversation
|
This is currency formatting. Negative values may be formatted using parenthesis. |
|
So why in my test, i have a message error : |
|
I guess it's because you don't have intl PHP extension installed. |
|
This is different depended on ICU version... |
|
No i confirm that the extension installed. (All tests i18n passed except one : negative) PHP_VERSION : 5.5.3 |
|
Yeah ICU formatting changed somewhere between versions 52 and 4.8. Currently we run unit tests on travis against 4.8 afaik. |
|
@cebe do you plan correcting tests or doing something else? |
|
Not sure what to do yet. looks like we have to add a switch in the test that depends on ICU verison |
* master: Fixes #1253 Fixes #1310: ActiveRelation does not preserve order of items on find via() and viaTable() fixed limit/offset for sqlite,mysql and cubrid fixed test break. Fixed test break. Fixes #1301: fixed scenario generation when there are "except" scenarios. support for batch insert in sqlite older than 3.7.11 Fixes #1298: supporting route with trailing slash. Fixes #1296: stricter check of dashes in route. Fixes #1307: move batchInsert() to base class. Update apps-advanced.md
No description provided.