-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
PHPUnitBridgehasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.
Description
Some of our unit tests break when using phpunit-bridge
due to this "feature":
Forces the tests to use a consistent locale (C);
There is no further documentation about this.
- Can the default locale be changed to something else than C?
- What is the proper way to write code that depends on the locale? Are we supposed to explicitly call
setlocale()
in every function that needs it so that granular unit tests pass?
Metadata
Metadata
Assignees
Labels
PHPUnitBridgehasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.